aboutsummaryrefslogtreecommitdiffstats
path: root/examples/widgets/dialogs/findfiles/findfiles.pyproject
diff options
context:
space:
mode:
authorAdrian Herrmann <adrian.herrmann@qt.io>2023-03-01 18:15:09 +0100
committerAdrian Herrmann <adrian.herrmann@qt.io>2023-03-02 09:08:26 +0100
commit34781860914b265b7b9a833437ba40c797f410c4 (patch)
tree07751b384ba05e8c28592fa28312f2977c8f532b /examples/widgets/dialogs/findfiles/findfiles.pyproject
parentf5b03c14c9ac6130745b246b61b4dca427dc0e91 (diff)
examples: Remove the Find Files example
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. Fixes: QTBUG-111002 Task-number: QTBUG-108751 Task-number: PYSIDE-2206 Change-Id: I6bd6a77e34fa59de548e2ba53483eda092165c33 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'examples/widgets/dialogs/findfiles/findfiles.pyproject')
-rw-r--r--examples/widgets/dialogs/findfiles/findfiles.pyproject3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/widgets/dialogs/findfiles/findfiles.pyproject b/examples/widgets/dialogs/findfiles/findfiles.pyproject
deleted file mode 100644
index c2fae6dff..000000000
--- a/examples/widgets/dialogs/findfiles/findfiles.pyproject
+++ /dev/null
@@ -1,3 +0,0 @@
-{
- "files": ["findfiles.py"]
-}