qt5base-lts/examples/widgets/dialogs
Friedemann Kleint 75ef5859b6 Fix compilation of findfiles examples with QT_NO_CLIPBOARD
Amends change d1a30be5ab.

Task-number: QTBUG-55661
Change-Id: Ib7b1b4afd71b3c35493c15c8bf3e2570e321c986
Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
2016-09-05 04:55:02 +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 Fix compilation of findfiles examples with QT_NO_CLIPBOARD 2016-09-05 04:55:02 +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: Remove horizontal spacer from fullscreen layout. 2016-02-09 15:24:54 +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.