qt6-bb10/examples/widgets/dialogs
Friedemann Kleint 884146fdc6 Standard dialogs example: Fix compilation with QT_NO_CAST_FROM_ASCII
Add missing tr(), use literals.

Change-Id: I35387e29ce1b08f9df0ade5ee743b33561639f7a
Reviewed-by: Oliver Eftevaag <oliver.eftevaag@qt.io>
(cherry picked from commit 3e1707d43068d43b078a2e626a0c46ff78da997b)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
(cherry picked from commit 84ad5064208bf301ecce5bdbd33a6a9e0cb61d84)
2025-01-21 16:57:48 +00:00
..
licensewizard CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
standarddialogs Standard dialogs example: Fix compilation with QT_NO_CAST_FROM_ASCII 2025-01-21 16:57:48 +00:00
tabdialog CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
trivialwizard CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
CMakeLists.txt Correct license for examples files 2024-03-07 11:06:43 +01:00
README Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +02:00
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.