qt5base-lts/examples/widgets
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
..
animation Examples: Add missing include guards 2023-02-01 18:12:36 +00:00
desktop Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
dialogs Move findfiles example into manual tests 2023-02-09 00:23:34 +01:00
doc Move findfiles example into manual tests 2023-02-09 00:23:34 +01:00
draganddrop Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
effects Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
gallery Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
gestures Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
graphicsview Examples: Add missing include guards 2023-02-01 18:12:36 +00:00
itemviews Don't use file dialog in the address book example 2023-01-13 19:21:44 +00:00
layouts Remove showMaximized() workaround for Android in examples 2022-12-02 15:53:37 +01:00
mainwindows Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
painting Examples: Fix CMake Unity (Jumbo) builds 2023-02-01 19:12:36 +01:00
qnx/foreignwindows Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
richtext Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
scroller Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
tools Merge "undo" and "undoframework" examples 2023-01-31 00:20:31 +01:00
touch Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
tutorials Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
widgets Turn elidedlabel example into a code snippet 2023-02-09 00:23:33 +01:00
windowcontainer Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
CMakeLists.txt Examples: Use Qt6:: to qualify Qt CMake packages 2022-11-17 19:59:11 +01:00
widgets.pro Move QStateMachine from QtCore to QtScxml 2020-08-24 20:10:25 +02:00