qt5base-lts/examples/widgets/dialogs
Oliver Eftevaag fc9aae544b Dialogs example: add checkbox for ColorDialogOption::NoEyeDropperButton
If we wish to introduce a new color dialog option, then we might as well
use it in our example.

Change-Id: I7771d9d50e2ab0489fbeece8dea38a0b72b9b21e
Reviewed-by: Oliver Eftevaag <oliver.eftevaag@qt.io>
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
2023-06-12 15:11:26 +02:00
..
licensewizard Examples: Remove unnecessary Q_INIT_RESOURCE calls 2023-06-08 16:15:02 +00:00
standarddialogs Dialogs example: add checkbox for ColorDialogOption::NoEyeDropperButton 2023-06-12 15:11:26 +02: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.