aboutsummaryrefslogtreecommitdiffstats
path: root/examples/widgets/state-machine/eventtrans/eventtrans.pyproject
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 22:01:33 +0100
commitcc22cec1e61906408ba696fd6b5243c14b4a7f77 (patch)
treed105a1e7bff1231c8f19b4f00627ebb6a04ff19a /examples/widgets/state-machine/eventtrans/eventtrans.pyproject
parent95df729709f6b460479c0a374e46ea4af629a0bb (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 Change-Id: Ie690773c816a248016dbebaad90fbb1d1c2aeea5 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io> (cherry picked from commit 33743aeb2be37d166bcc3291a98dd22026871cef)
Diffstat (limited to 'examples/widgets/state-machine/eventtrans/eventtrans.pyproject')
-rw-r--r--examples/widgets/state-machine/eventtrans/eventtrans.pyproject3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/widgets/state-machine/eventtrans/eventtrans.pyproject b/examples/widgets/state-machine/eventtrans/eventtrans.pyproject
new file mode 100644
index 000000000..b2f660a8f
--- /dev/null
+++ b/examples/widgets/state-machine/eventtrans/eventtrans.pyproject
@@ -0,0 +1,3 @@
+{
+ "files": ["eventtrans.py"]
+}