qt5base-lts/examples/widgets/dialogs
Volker Hilsheimer 3fe0bf6e1b Move findfiles example into manual tests
The example follows bad and outdated practices:

- running time consuming and I/O heavy workload in the GUI thread
- calling processEvents to keep the UI responsive
- showing results only at the end of a search rather than continuously

Perhaps this example can be rewritten at some point to apply modern
practices (at least use a thread and emit signals), but it seems
to have low overall educational value.

Moving it to be a manual test for now.

Fixes: QTBUG-111002
Pick-to: 6.5
Change-Id: Id630fd4599096448ea4f96bcbf977b11a039796f
Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
2023-02-09 00:23:34 +01:00
..
classwizard Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
extension Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
licensewizard Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01: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 Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
CMakeLists.txt Move findfiles example into manual tests 2023-02-09 00:23:34 +01:00
dialogs.pro Move findfiles example into manual tests 2023-02-09 00:23:34 +01: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.