qt5base-lts/examples/widgets/dialogs
Volker Hilsheimer b7c15f7f24 Remove the "classwizard" example
It adds nothing new to what the trivial and license wizard examples
show, other than a bunch of somewhat messy and outdated code to generate
C++ code files based on the input.

The example is referenced in a few parts of the documentation, but there
are equivalent snippets in the trivial and license wizard examples, so
point at those instead, and add some relevant API usage where needed.

Pick-to: 6.5
Change-Id: If1ff57e775bad28920d9e019aeccae69d1f4d127
Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
2023-05-16 18:33:18 +02:00
..
licensewizard Remove the "classwizard" example 2023-05-16 18:33:18 +02: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 Remove the "classwizard" example 2023-05-16 18:33:18 +02:00
CMakeLists.txt Remove the "classwizard" example 2023-05-16 18:33:18 +02:00
dialogs.pro Remove the "classwizard" example 2023-05-16 18:33:18 +02: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.