qt5base-lts/examples/widgets/dialogs
Tor Arne Vestbø 5466eb289f Remove warnings about examples not running in the Qt Simulator
The Qt Simulator is no longer supported with Qt 5.

Change-Id: I0f98351d482dd0554ea0754746d56f94ee6bf22f
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
2013-10-09 21:45:31 +02:00
..
classwizard Remove warnings about examples not running in the Qt Simulator 2013-10-09 21:45:31 +02:00
configdialog Remove warnings about examples not running in the Qt Simulator 2013-10-09 21:45:31 +02:00
extension Remove warnings about examples not running in the Qt Simulator 2013-10-09 21:45:31 +02:00
findfiles Dialogs examples: remove QLayout::SetNoConstraint 2013-06-21 14:27:50 +02:00
licensewizard Remove warnings about examples not running in the Qt Simulator 2013-10-09 21:45:31 +02:00
sipdialog Remove warnings about examples not running in the Qt Simulator 2013-10-09 21:45:31 +02:00
standarddialogs Merge branch 'stable' into dev 2013-09-13 18:04:17 +02:00
tabdialog Dialogs examples: remove QLayout::SetNoConstraint 2013-06-21 14:27:50 +02:00
trivialwizard Remove warnings about examples not running in the Qt Simulator 2013-10-09 21:45:31 +02:00
dialogs.pro Check for printsupport module when building according example 2013-02-20 10:28:52 +01:00
README Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +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.