aboutsummaryrefslogtreecommitdiffstats
path: root/examples/corelib
diff options
context:
space:
mode:
authorCristian Maureira-Fredes <Cristian.Maureira-Fredes@qt.io>2021-02-05 10:07:19 +0100
committerCristian Maureira-Fredes <cristian.maureira-fredes@qt.io>2021-02-09 07:43:07 +0000
commit33743aeb2be37d166bcc3291a98dd22026871cef (patch)
treecd45b08ef2a8c80e5e250e1050a41d8ece6fa199 /examples/corelib
parentad01b159e02067ba46d6433412cb1e690553e946 (diff)
examples: directory structure
When generating the gallery automatically, the structure of the examples was not the same for all the modules. This reorganization was made under the following assumption: An example requires: - its own directory, - a '.pyproject' file, - one or more '.py' files, - extra files (likes images, .rc, .ui, etc) Even for cases when subdirectories are made to depict categories, like 'widgets/state-machine/...', one directory is required per example. There should not be '.pyproject' files for categories, except for the general 'examples.pyproject' to open all of them. Task-number: PYSIDE-1490 Pick-to: 6.0 Change-Id: Ie690773c816a248016dbebaad90fbb1d1c2aeea5 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'examples/corelib')
-rw-r--r--examples/corelib/regexp/regexp.py (renamed from examples/corelib/tools/regexp.py)0
-rw-r--r--examples/corelib/regexp/regexp.pyproject (renamed from examples/corelib/tools/tools.pyproject)0
-rw-r--r--examples/corelib/settingseditor/settingseditor.py (renamed from examples/corelib/tools/settingseditor/settingseditor.py)0
-rw-r--r--examples/corelib/settingseditor/settingseditor.pyproject (renamed from examples/corelib/tools/settingseditor/settingseditor.pyproject)0
-rw-r--r--examples/corelib/tools/codecs/codecs.pyproject3
5 files changed, 0 insertions, 3 deletions
diff --git a/examples/corelib/tools/regexp.py b/examples/corelib/regexp/regexp.py
index 48c03309e..48c03309e 100644
--- a/examples/corelib/tools/regexp.py
+++ b/examples/corelib/regexp/regexp.py
diff --git a/examples/corelib/tools/tools.pyproject b/examples/corelib/regexp/regexp.pyproject
index 63f9c6198..63f9c6198 100644
--- a/examples/corelib/tools/tools.pyproject
+++ b/examples/corelib/regexp/regexp.pyproject
diff --git a/examples/corelib/tools/settingseditor/settingseditor.py b/examples/corelib/settingseditor/settingseditor.py
index 9e2a2a2d8..9e2a2a2d8 100644
--- a/examples/corelib/tools/settingseditor/settingseditor.py
+++ b/examples/corelib/settingseditor/settingseditor.py
diff --git a/examples/corelib/tools/settingseditor/settingseditor.pyproject b/examples/corelib/settingseditor/settingseditor.pyproject
index 9eb637af2..9eb637af2 100644
--- a/examples/corelib/tools/settingseditor/settingseditor.pyproject
+++ b/examples/corelib/settingseditor/settingseditor.pyproject
diff --git a/examples/corelib/tools/codecs/codecs.pyproject b/examples/corelib/tools/codecs/codecs.pyproject
deleted file mode 100644
index 72237d60b..000000000
--- a/examples/corelib/tools/codecs/codecs.pyproject
+++ /dev/null
@@ -1,3 +0,0 @@
-{
- "files": ["codecs.py"]
-}