aboutsummaryrefslogtreecommitdiffstats
path: root/examples/widgets/animation
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/animation')
-rw-r--r--examples/widgets/animation/animatedtiles/animatedtiles.pyproject4
-rw-r--r--examples/widgets/animation/appchooser/appchooser.pyproject3
-rw-r--r--examples/widgets/animation/easing/easing.pyproject4
-rw-r--r--examples/widgets/animation/states/states.pyproject3
4 files changed, 14 insertions, 0 deletions
diff --git a/examples/widgets/animation/animatedtiles/animatedtiles.pyproject b/examples/widgets/animation/animatedtiles/animatedtiles.pyproject
new file mode 100644
index 000000000..08ee55685
--- /dev/null
+++ b/examples/widgets/animation/animatedtiles/animatedtiles.pyproject
@@ -0,0 +1,4 @@
+{
+ "files": ["animatedtiles.qrc", "animatedtiles.py",
+ "animatedtiles_rc.py"]
+}
diff --git a/examples/widgets/animation/appchooser/appchooser.pyproject b/examples/widgets/animation/appchooser/appchooser.pyproject
new file mode 100644
index 000000000..14bc351a1
--- /dev/null
+++ b/examples/widgets/animation/appchooser/appchooser.pyproject
@@ -0,0 +1,3 @@
+{
+ "files": ["appchooser_rc.py", "appchooser.py", "appchooser.qrc"]
+}
diff --git a/examples/widgets/animation/easing/easing.pyproject b/examples/widgets/animation/easing/easing.pyproject
new file mode 100644
index 000000000..2677e28ea
--- /dev/null
+++ b/examples/widgets/animation/easing/easing.pyproject
@@ -0,0 +1,4 @@
+{
+ "files": ["easing.qrc", "ui_form.py", "easing.py", "easing_rc.py",
+ "form.ui"]
+}
diff --git a/examples/widgets/animation/states/states.pyproject b/examples/widgets/animation/states/states.pyproject
new file mode 100644
index 000000000..d94cf2e65
--- /dev/null
+++ b/examples/widgets/animation/states/states.pyproject
@@ -0,0 +1,3 @@
+{
+ "files": ["states.py", "states_rc.py"]
+}