qt5base-lts/examples/dialogs
Friedemann Kleint e0cae9af5e qtbase/examples: Add options to standarddialogs example.
Categorize dialogs using a toolbox and add an
options groupbox for dialogs that have options flags.

Besides example usage, this allows people implementing
platform native dialogs to play around with the options.

Change-Id: Icc0fd00382332b11783271ef15a0583c18758784
Reviewed-by: Morten Johan Sørvig <morten.sorvig@nokia.com>
Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
2011-11-07 13:26:41 +01:00
..
classwizard QtBase examples: Remove Maemo/Symbian-specific code. 2011-10-18 15:47:49 +02:00
configdialog QtBase examples: Remove Maemo/Symbian-specific code. 2011-10-18 15:47:49 +02:00
extension QtBase examples: Remove Maemo/Symbian-specific code. 2011-10-18 15:47:49 +02:00
findfiles QtBase examples: Remove Maemo/Symbian-specific code. 2011-10-18 15:47:49 +02:00
licensewizard QtBase examples: Remove Maemo/Symbian-specific code. 2011-10-18 15:47:49 +02:00
sipdialog QtBase examples: Remove Maemo/Symbian-specific code. 2011-10-18 15:47:49 +02:00
standarddialogs qtbase/examples: Add options to standarddialogs example. 2011-11-07 13:26:41 +01:00
tabdialog QtBase examples: Remove Maemo/Symbian-specific code. 2011-10-18 15:47:49 +02:00
trivialwizard QtBase examples: Remove Maemo/Symbian-specific code. 2011-10-18 15:47:49 +02:00
dialogs.pro QtBase examples: Remove Maemo/Symbian-specific code. 2011-10-18 15:47:49 +02:00
README Remove references to demos from docs. 2011-07-05 19:57:54 +02:00

Qt includes standard dialogs for many common operations, such as file
selection, printing, and color selection.

Custom dialogs can also be created for specialized modal or modeless
interactions with users.


Documentation for these examples can be found via the Examples
link in the main Qt documentation.