qt5base-lts/examples/widgets/dialogs
Friedemann Kleint b880b7e1ac Standarddialogs example: Adapt layout for fullscreen platforms.
Insert a group box depending on style hints.

Change-Id: I1b49dc31d5bd32c92d88f95be0683d5223329c11
Reviewed-by: Topi Reiniö <topi.reinio@theqtcompany.com>
Reviewed-by: Oliver Wolff <oliver.wolff@theqtcompany.com>
2015-12-09 10:22:55 +00:00
..
classwizard Examples/Doc snippets: Fix single-character string literals. 2015-10-13 16:37:07 +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 Standarddialogs example: Adapt layout for fullscreen platforms. 2015-12-09 10:22:55 +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.