From 3fe0bf6e1bd3713543a5b763d3bfcee0c03faf4c Mon Sep 17 00:00:00 2001 From: Volker Hilsheimer Date: Wed, 8 Feb 2023 09:41:33 +0100 Subject: 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 Reviewed-by: Qt CI Bot --- examples/widgets/dialogs/dialogs.pro | 1 - 1 file changed, 1 deletion(-) (limited to 'examples/widgets/dialogs/dialogs.pro') diff --git a/examples/widgets/dialogs/dialogs.pro b/examples/widgets/dialogs/dialogs.pro index 753308fc55..1983c854a1 100644 --- a/examples/widgets/dialogs/dialogs.pro +++ b/examples/widgets/dialogs/dialogs.pro @@ -3,7 +3,6 @@ QT_FOR_CONFIG += widgets TEMPLATE = subdirs SUBDIRS = classwizard \ extension \ - findfiles \ licensewizard \ standarddialogs \ tabdialog \ -- cgit v1.2.3