qt5base-lts/examples/widgets/dialogs
Friedemann Kleint 2f50102f85 Polish widgets/dialogs/standarddialogs example.
Add missing options for QFileDialog, QFontDialog.
Resize and position depending on screen size in order
to look correct on high resolution screens.

Change-Id: I1d9af481270d6a3e49878aaf32b59aea8fa543b4
Reviewed-by: hjk <hjk@theqtcompany.com>
2015-08-18 20:03:21 +00:00
..
classwizard Port examples/widgets/dialogs to new connection syntax. 2015-07-22 04:12:45 +00:00
configdialog Port examples/widgets/dialogs to new connection syntax. 2015-07-22 04:12:45 +00:00
extension Port examples/widgets/dialogs to new connection syntax. 2015-07-22 04:12:45 +00:00
findfiles Port examples/widgets/dialogs to new connection syntax. 2015-07-22 04:12:45 +00:00
licensewizard Port examples/widgets/dialogs to new connection syntax. 2015-07-22 04:12:45 +00:00
sipdialog Port examples/widgets/dialogs to new connection syntax. 2015-07-22 04:12:45 +00:00
standarddialogs Polish widgets/dialogs/standarddialogs example. 2015-08-18 20:03:21 +00:00
tabdialog Port examples/widgets/dialogs to new connection syntax. 2015-07-22 04:12:45 +00:00
trivialwizard Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
dialogs.pro fix usage of wince scope 2015-06-05 10:29:10 +00: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.