Dialog (gb.qt4)

This class contains static methods used for calling standard dialog boxes.

This class is static.

Static properties
Color   Returns or sets the color chosen in the color standard dialog.
Filter   Returns or sets the filters used by the control for only displaying specific file types.
FilterIndex   Return or set the index of the current file dialog filter.
Font   Returns or set the font chosen in the font standard dialog.
Path   Returns or sets the file path chosen in the file standard dialog.
Paths   Returns an array of the selected file paths chosen in the file standard dialog.
ShowHidden   Return or set if the standard file dialog displays hidden files.
Title   Returns or sets the title of the next standard dialog that will popup.

Static methods
OpenFile   Calls the file standard Dialog to get the name of a file to open.
SaveFile   Calls the file standard Dialog to get the name of a file to save.
SelectColor   Calls the color standard dialog.
SelectDirectory   Calls the file standard dialog to get an existing directory name.
SelectFont   Calls the font standard dialog.

See also