qt5base-lts/examples/dialogs
Olivier Goffart 910b446fb2 Examples: Don't use deprecated methods
Change-Id: Ib6e795f6b5bb6a3ac19882a5fb224460ef1fc8ad
Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
2012-04-21 17:29:40 +02:00
..
classwizard Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
configdialog Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
extension Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
findfiles Examples: Don't use deprecated methods 2012-04-21 17:29:40 +02:00
licensewizard Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
sipdialog Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
standarddialogs Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
tabdialog Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
trivialwizard Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01: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.