qt6-bb10/examples/widgets/dialogs
Kai Köhne eed17b3634 Examples: Remove unnecessary Q_INIT_RESOURCE calls
Explicit calls to Q_INIT_RESOURCE are only needed for
resources embedded in static libraries. See also

  https://doc.qt.io/qt-6/resources.html#explicit-loading-and-unloading-of-embedded-resources

Pick-to: 6.5 6.6
Change-Id: I06a24d1c04369eedc78ca60a6ca02ce33907d9e7
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
2023-06-08 16:15:02 +00:00
..
licensewizard Examples: Remove unnecessary Q_INIT_RESOURCE calls 2023-06-08 16:15:02 +00: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
README
dialogs.pro Remove the "classwizard" example 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.