qt5base-lts/examples/widgets/dialogs
Volker Hilsheimer 11da92ba94 Convert "extension" dialog example into snippets
Pick-to: 6.5
Task-number: QTBUG-108751
Change-Id: I8ca4e058b832674dc0c8b84024cb70a667ee8db4
Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
2023-05-16 18:33:18 +02:00
..
classwizard Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
licensewizard Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
standarddialogs QErrorMessage: Improve standard dialogs example 2022-11-30 14:48:51 +01:00
tabdialog Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
trivialwizard Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
CMakeLists.txt Convert "extension" dialog example into snippets 2023-05-16 18:33:18 +02:00
dialogs.pro Convert "extension" dialog example into snippets 2023-05-16 18:33:18 +02:00
README

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.