aboutsummaryrefslogtreecommitdiffstats
path: root/examples/widgets
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets')
-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
-rw-r--r--examples/widgets/dialogs/classwizard/classwizard.pyproject4
-rw-r--r--examples/widgets/dialogs/dialogs.pyproject4
-rw-r--r--examples/widgets/draganddrop/draggabletext/draggabletext.pyproject4
-rw-r--r--examples/widgets/effects/effects.pyproject3
-rw-r--r--examples/widgets/graphicsview/collidingmice/collidingmice.pyproject3
-rw-r--r--examples/widgets/graphicsview/diagramscene/diagramscene.pyproject3
-rw-r--r--examples/widgets/graphicsview/dragdroprobot/dragdroprobot.pyproject3
-rw-r--r--examples/widgets/graphicsview/graphicsview.pyproject3
-rw-r--r--examples/widgets/itemviews/addressbook/addressbook.pyproject4
-rw-r--r--examples/widgets/itemviews/itemviews.pyproject3
-rw-r--r--examples/widgets/itemviews/stardelegate/stardelegate.pyproject3
-rw-r--r--examples/widgets/layouts/layouts.pyproject3
-rw-r--r--examples/widgets/mainwindows/application/application.pyproject3
-rw-r--r--examples/widgets/mainwindows/dockwidgets/dockwidgets.pyproject3
-rw-r--r--examples/widgets/mainwindows/mdi/mdi.pyproject3
-rw-r--r--examples/widgets/painting/basicdrawing/basicdrawing.pyproject3
-rw-r--r--examples/widgets/painting/painting.pyproject3
-rw-r--r--examples/widgets/richtext/richtext.pyproject3
-rw-r--r--examples/widgets/richtext/syntaxhighlighter/syntaxhighlighter.pyproject4
-rw-r--r--examples/widgets/richtext/textobject/textobject.pyproject3
-rw-r--r--examples/widgets/state-machine/state-machine.pyproject4
-rw-r--r--examples/widgets/tutorials/addressbook/addressbook.pyproject4
-rw-r--r--examples/widgets/widgets/widgets.pyproject3
27 files changed, 90 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"]
+}
diff --git a/examples/widgets/dialogs/classwizard/classwizard.pyproject b/examples/widgets/dialogs/classwizard/classwizard.pyproject
new file mode 100644
index 000000000..1c1fe9998
--- /dev/null
+++ b/examples/widgets/dialogs/classwizard/classwizard.pyproject
@@ -0,0 +1,4 @@
+{
+ "files": ["classwizard.qrc", "classwizard.py", "classwizard_rc.py",
+ "classwizard_rc.pyc"]
+}
diff --git a/examples/widgets/dialogs/dialogs.pyproject b/examples/widgets/dialogs/dialogs.pyproject
new file mode 100644
index 000000000..001fd141b
--- /dev/null
+++ b/examples/widgets/dialogs/dialogs.pyproject
@@ -0,0 +1,4 @@
+{
+ "files": ["findfiles.py", "standarddialogs.py", "extension.py",
+ "trivialwizard.py"]
+}
diff --git a/examples/widgets/draganddrop/draggabletext/draggabletext.pyproject b/examples/widgets/draganddrop/draggabletext/draggabletext.pyproject
new file mode 100644
index 000000000..0d422076e
--- /dev/null
+++ b/examples/widgets/draganddrop/draggabletext/draggabletext.pyproject
@@ -0,0 +1,4 @@
+{
+ "files": ["draggabletext_rc.py", "words.txt", "draggabletext.qrc",
+ "draggabletext.py"]
+}
diff --git a/examples/widgets/effects/effects.pyproject b/examples/widgets/effects/effects.pyproject
new file mode 100644
index 000000000..c64fe46d4
--- /dev/null
+++ b/examples/widgets/effects/effects.pyproject
@@ -0,0 +1,3 @@
+{
+ "files": ["lighting.py"]
+}
diff --git a/examples/widgets/graphicsview/collidingmice/collidingmice.pyproject b/examples/widgets/graphicsview/collidingmice/collidingmice.pyproject
new file mode 100644
index 000000000..ea5821866
--- /dev/null
+++ b/examples/widgets/graphicsview/collidingmice/collidingmice.pyproject
@@ -0,0 +1,3 @@
+{
+ "files": ["collidingmice.py", "mice_rc.py"]
+}
diff --git a/examples/widgets/graphicsview/diagramscene/diagramscene.pyproject b/examples/widgets/graphicsview/diagramscene/diagramscene.pyproject
new file mode 100644
index 000000000..0acabdd78
--- /dev/null
+++ b/examples/widgets/graphicsview/diagramscene/diagramscene.pyproject
@@ -0,0 +1,3 @@
+{
+ "files": ["diagramscene.qrc", "diagramscene.py", "diagramscene_rc.py"]
+}
diff --git a/examples/widgets/graphicsview/dragdroprobot/dragdroprobot.pyproject b/examples/widgets/graphicsview/dragdroprobot/dragdroprobot.pyproject
new file mode 100644
index 000000000..587484a97
--- /dev/null
+++ b/examples/widgets/graphicsview/dragdroprobot/dragdroprobot.pyproject
@@ -0,0 +1,3 @@
+{
+ "files": ["dragdroprobot.qrc", "dragdroprobot_rc.py", "dragdroprobot.py"]
+}
diff --git a/examples/widgets/graphicsview/graphicsview.pyproject b/examples/widgets/graphicsview/graphicsview.pyproject
new file mode 100644
index 000000000..007d36bd2
--- /dev/null
+++ b/examples/widgets/graphicsview/graphicsview.pyproject
@@ -0,0 +1,3 @@
+{
+ "files": ["elasticnodes.py", "anchorlayout.py"]
+}
diff --git a/examples/widgets/itemviews/addressbook/addressbook.pyproject b/examples/widgets/itemviews/addressbook/addressbook.pyproject
new file mode 100644
index 000000000..2aa763753
--- /dev/null
+++ b/examples/widgets/itemviews/addressbook/addressbook.pyproject
@@ -0,0 +1,4 @@
+{
+ "files": ["tablemodel.py", "addressbook.py", "adddialogwidget.py",
+ "addresswidget.py", "newaddresstab.py"]
+}
diff --git a/examples/widgets/itemviews/itemviews.pyproject b/examples/widgets/itemviews/itemviews.pyproject
new file mode 100644
index 000000000..a582259cc
--- /dev/null
+++ b/examples/widgets/itemviews/itemviews.pyproject
@@ -0,0 +1,3 @@
+{
+ "files": ["basicsortfiltermodel.py", "fetchmore.py"]
+}
diff --git a/examples/widgets/itemviews/stardelegate/stardelegate.pyproject b/examples/widgets/itemviews/stardelegate/stardelegate.pyproject
new file mode 100644
index 000000000..13fdf9dde
--- /dev/null
+++ b/examples/widgets/itemviews/stardelegate/stardelegate.pyproject
@@ -0,0 +1,3 @@
+{
+ "files": ["stardelegate.py", "stareditor.py", "starrating.py"]
+}
diff --git a/examples/widgets/layouts/layouts.pyproject b/examples/widgets/layouts/layouts.pyproject
new file mode 100644
index 000000000..85eb22785
--- /dev/null
+++ b/examples/widgets/layouts/layouts.pyproject
@@ -0,0 +1,3 @@
+{
+ "files": ["basiclayouts.py", "dynamiclayouts.py", "flowlayout.py"]
+}
diff --git a/examples/widgets/mainwindows/application/application.pyproject b/examples/widgets/mainwindows/application/application.pyproject
new file mode 100644
index 000000000..0e0413982
--- /dev/null
+++ b/examples/widgets/mainwindows/application/application.pyproject
@@ -0,0 +1,3 @@
+{
+ "files": ["application.qrc", "application.py", "application_rc.py"]
+}
diff --git a/examples/widgets/mainwindows/dockwidgets/dockwidgets.pyproject b/examples/widgets/mainwindows/dockwidgets/dockwidgets.pyproject
new file mode 100644
index 000000000..2df11468e
--- /dev/null
+++ b/examples/widgets/mainwindows/dockwidgets/dockwidgets.pyproject
@@ -0,0 +1,3 @@
+{
+ "files": ["dockwidgets.qrc", "dockwidgets.py", "dockwidgets_rc.py"]
+}
diff --git a/examples/widgets/mainwindows/mdi/mdi.pyproject b/examples/widgets/mainwindows/mdi/mdi.pyproject
new file mode 100644
index 000000000..7df26fd77
--- /dev/null
+++ b/examples/widgets/mainwindows/mdi/mdi.pyproject
@@ -0,0 +1,3 @@
+{
+ "files": ["mdi_rc.py", "mdi.py", "mdi.qrc"]
+}
diff --git a/examples/widgets/painting/basicdrawing/basicdrawing.pyproject b/examples/widgets/painting/basicdrawing/basicdrawing.pyproject
new file mode 100644
index 000000000..9ecbfadcf
--- /dev/null
+++ b/examples/widgets/painting/basicdrawing/basicdrawing.pyproject
@@ -0,0 +1,3 @@
+{
+ "files": ["basicdrawing_rc.py", "basicdrawing.qrc", "basicdrawing.py"]
+}
diff --git a/examples/widgets/painting/painting.pyproject b/examples/widgets/painting/painting.pyproject
new file mode 100644
index 000000000..ed24e12b0
--- /dev/null
+++ b/examples/widgets/painting/painting.pyproject
@@ -0,0 +1,3 @@
+{
+ "files": ["concentriccircles.py"]
+}
diff --git a/examples/widgets/richtext/richtext.pyproject b/examples/widgets/richtext/richtext.pyproject
new file mode 100644
index 000000000..e91a98961
--- /dev/null
+++ b/examples/widgets/richtext/richtext.pyproject
@@ -0,0 +1,3 @@
+{
+ "files": ["syntaxhighlighter.py", "orderform.py"]
+}
diff --git a/examples/widgets/richtext/syntaxhighlighter/syntaxhighlighter.pyproject b/examples/widgets/richtext/syntaxhighlighter/syntaxhighlighter.pyproject
new file mode 100644
index 000000000..e42b221a8
--- /dev/null
+++ b/examples/widgets/richtext/syntaxhighlighter/syntaxhighlighter.pyproject
@@ -0,0 +1,4 @@
+{
+ "files": ["syntaxhighlighter_rc.py", "syntaxhighlighter.py",
+ "syntaxhighlighter.qrc"]
+}
diff --git a/examples/widgets/richtext/textobject/textobject.pyproject b/examples/widgets/richtext/textobject/textobject.pyproject
new file mode 100644
index 000000000..ed4135844
--- /dev/null
+++ b/examples/widgets/richtext/textobject/textobject.pyproject
@@ -0,0 +1,3 @@
+{
+ "files": ["textobject.py"]
+}
diff --git a/examples/widgets/state-machine/state-machine.pyproject b/examples/widgets/state-machine/state-machine.pyproject
new file mode 100644
index 000000000..dafb204c8
--- /dev/null
+++ b/examples/widgets/state-machine/state-machine.pyproject
@@ -0,0 +1,4 @@
+{
+ "files": ["pingpong.py", "trafficlight.py", "twowaybutton.py",
+ "eventtrans.py", "rogue.py", "factstates.py"]
+}
diff --git a/examples/widgets/tutorials/addressbook/addressbook.pyproject b/examples/widgets/tutorials/addressbook/addressbook.pyproject
new file mode 100644
index 000000000..13d739e1b
--- /dev/null
+++ b/examples/widgets/tutorials/addressbook/addressbook.pyproject
@@ -0,0 +1,4 @@
+{
+ "files": ["part3.py", "part1.py", "part5.py", "part2.py",
+ "part7.py", "part6.py", "part4.py"]
+}
diff --git a/examples/widgets/widgets/widgets.pyproject b/examples/widgets/widgets/widgets.pyproject
new file mode 100644
index 000000000..b4e3ef67e
--- /dev/null
+++ b/examples/widgets/widgets/widgets.pyproject
@@ -0,0 +1,3 @@
+{
+ "files": ["tetrix.py", "hellogl_openglwidget_legacy.py"]
+}