qt6-bb10/examples/widgets/dialogs
Kai Köhne bec264c15f Examples: Use Qt6:: to qualify Qt CMake packages
This is what we promote also in the documentation.

Change-Id: If91aebafe861b0c934acbb2c69afd182abc3345d
Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
2022-11-17 19:59:11 +01:00
..
classwizard Examples: Use Qt6:: to qualify Qt CMake packages 2022-11-17 19:59:11 +01:00
extension Examples: Use Qt6:: to qualify Qt CMake packages 2022-11-17 19:59:11 +01:00
findfiles Examples: Use Qt6:: to qualify Qt CMake packages 2022-11-17 19:59:11 +01:00
licensewizard Examples: Use Qt6:: to qualify Qt CMake packages 2022-11-17 19:59:11 +01:00
standarddialogs Examples: Use Qt6:: to qualify Qt CMake packages 2022-11-17 19:59:11 +01:00
tabdialog Examples: Use Qt6:: to qualify Qt CMake packages 2022-11-17 19:59:11 +01:00
trivialwizard Examples: Use Qt6:: to qualify Qt CMake packages 2022-11-17 19:59:11 +01:00
CMakeLists.txt Examples: Use Qt6:: to qualify Qt CMake packages 2022-11-17 19:59:11 +01:00
README Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +02:00
dialogs.pro Doc: remove Config Dialog Example 2017-12-27 14:41:18 +00: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.