aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2018-01-25 08:58:47 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2018-01-25 09:59:47 +0000
commit1b661a3f4f6871071a4e35b5b89404a72e3dbe3e (patch)
tree5c5ad6eb7a48b940841e6a15e3a802936b1adcae /examples
parent709d00b676b9057ffe0ec94578f1a5d4e26bbe9d (diff)
Re-add Qt Creator Python project file examples.pyqtc
Amends 9f2a9aba3aff73e31ea15eb4a7a04b0e50f4ee4e. Task-number: PYSIDE-363 Change-Id: I38506877e32c0f5a7eb62a61b391f2d476c36ee8 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/examples.pyqtc103
1 files changed, 103 insertions, 0 deletions
diff --git a/examples/examples.pyqtc b/examples/examples.pyqtc
new file mode 100644
index 000000000..eb0e35933
--- /dev/null
+++ b/examples/examples.pyqtc
@@ -0,0 +1,103 @@
+charts/memoryusage.py
+corelib/threads/mandelbrot.py
+corelib/tools/codecs/codecs.py
+corelib/tools/regexp.py
+corelib/tools/settingseditor/settingseditor.py
+declarative/extending/chapter1-basics/basics.py
+declarative/extending/chapter2-methods/methods.py
+declarative/extending/chapter3-bindings/bindings.py
+declarative/extending/chapter4-customPropertyTypes/customPropertyTypes.py
+declarative/extending/chapter5-listproperties/listproperties.py
+declarative/scrolling.py
+declarative/signals/pytoqml1/main.py
+declarative/signals/qmltopy1/main.py
+declarative/signals/qmltopy2/main.py
+declarative/signals/qmltopy3/main.py
+declarative/signals/qmltopy4/main.py
+declarative/usingmodel.py
+macextras/macpasteboardmime.py
+multimedia/audiooutput.py
+multimedia/camera.py
+multimedia/player.py
+network/blockingfortuneclient.py
+network/fortuneclient.py
+network/fortuneserver.py
+network/threadedfortuneserver.py
+opengl/2dpainting.py
+opengl/grabber.py
+opengl/hellogl.py
+opengl/overpainting.py
+opengl/samplebuffers.py
+opengl/textures/textures.py
+script/helloscript.py
+texttospeech/texttospeech.py
+tutorial/t1.py
+tutorial/t10.py
+tutorial/t11.py
+tutorial/t12.py
+tutorial/t13.py
+tutorial/t14.py
+tutorial/t2.py
+tutorial/t3.py
+tutorial/t4.py
+tutorial/t5.py
+tutorial/t6.py
+tutorial/t7.py
+tutorial/t8.py
+tutorial/t9.py
+webenginewidgets/simplebrowser.py
+widgets/animation/animatedtiles/animatedtiles.py
+widgets/animation/appchooser/appchooser.py
+widgets/animation/easing/easing.py
+widgets/animation/states/states.py
+widgets/dialogs/classwizard/classwizard.py
+widgets/dialogs/extension.py
+widgets/dialogs/findfiles.py
+widgets/dialogs/standarddialogs.py
+widgets/dialogs/trivialwizard.py
+widgets/draganddrop/draggabletext/draggabletext.py
+widgets/effects/lighting.py
+widgets/graphicsview/anchorlayout.py
+widgets/graphicsview/collidingmice/collidingmice.py
+widgets/graphicsview/diagramscene/diagramscene.py
+widgets/graphicsview/dragdroprobot/dragdroprobot.py
+widgets/graphicsview/elasticnodes.py
+widgets/itemviews/addressbook/adddialogwidget.py
+widgets/itemviews/addressbook/addressbook.py
+widgets/itemviews/addressbook/addresswidget.py
+widgets/itemviews/addressbook/newaddresstab.py
+widgets/itemviews/addressbook/tablemodel.py
+widgets/itemviews/basicsortfiltermodel.py
+widgets/itemviews/fetchmore.py
+widgets/itemviews/stardelegate/stardelegate.py
+widgets/itemviews/stardelegate/stareditor.py
+widgets/itemviews/stardelegate/starrating.py
+widgets/layouts/basiclayouts.py
+widgets/layouts/dynamiclayouts.py
+widgets/layouts/flowlayout.py
+widgets/mainwindows/application/application.py
+widgets/mainwindows/dockwidgets/dockwidgets.py
+widgets/mainwindows/mdi/mdi.py
+widgets/painting/basicdrawing/basicdrawing.py
+widgets/painting/concentriccircles.py
+widgets/richtext/orderform.py
+widgets/richtext/syntaxhighlighter.py
+widgets/richtext/syntaxhighlighter/syntaxhighlighter.py
+widgets/richtext/textobject/textobject.py
+widgets/state-machine/eventtrans.py
+widgets/state-machine/factstates.py
+widgets/state-machine/pingpong.py
+widgets/state-machine/rogue.py
+widgets/state-machine/trafficlight.py
+widgets/state-machine/twowaybutton.py
+widgets/tutorials/addressbook/part1.py
+widgets/tutorials/addressbook/part2.py
+widgets/tutorials/addressbook/part3.py
+widgets/tutorials/addressbook/part4.py
+widgets/tutorials/addressbook/part5.py
+widgets/tutorials/addressbook/part6.py
+widgets/tutorials/addressbook/part7.py
+widgets/widgets/hellogl_openglwidget_legacy.py
+widgets/widgets/tetrix.py
+xml/dombookmarks/dombookmarks.py
+xmlpatterns/schema/schema.py