aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/window/window.qrc
diff options
context:
space:
mode:
authorAdrian Herrmann <adrian.herrmann@qt.io>2022-07-29 16:59:50 +0200
committerAdrian Herrmann <adrian.herrmann@qt.io>2022-09-05 12:45:35 +0000
commit9b8864f67412ecfad745111934f403318e6aab99 (patch)
tree44b502b5e794648d67e8dc09ec2ec3c1631f802a /examples/declarative/window/window.qrc
parent6c6a2f419f89c0894dc39d0223df7a0d6be9d44b (diff)
Add QML window example + shared QML module
Port the Qt Quick example "Window and Screen" to PySide. This includes a "shared" QML module located in a sibling directory of the example. Task-number: PYSIDE-841 Change-Id: I7c8376701390b10d8b28bbf0ad04dce7a3089b20 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io> (cherry picked from commit ef8d3daa8f4d19c48e44874dd6e38a3ed4d02425) Reviewed-by: Adrian Herrmann <adrian.herrmann@qt.io>
Diffstat (limited to 'examples/declarative/window/window.qrc')
-rw-r--r--examples/declarative/window/window.qrc8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/declarative/window/window.qrc b/examples/declarative/window/window.qrc
new file mode 100644
index 000000000..89d1de1b1
--- /dev/null
+++ b/examples/declarative/window/window.qrc
@@ -0,0 +1,8 @@
+<RCC>
+ <qresource prefix="/window">
+ <file>window.qml</file>
+ <file>Splash.qml</file>
+ <file>CurrentScreen.qml</file>
+ <file>AllScreens.qml</file>
+ </qresource>
+</RCC>