aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/doc/tutorials/qmlintegration/style.qrc
diff options
context:
space:
mode:
authorCristian Maureira-Fredes <cristian.maureira-fredes@qt.io>2019-04-01 17:45:34 +0200
committerCristian Maureira-Fredes <cristian.maureira-fredes@qt.io>2019-04-03 10:30:40 +0000
commit81e39486c7d68e4d4c798d9703d4c8ee0e7a7191 (patch)
tree43ab2a2e9152e4aca55cb1cd5b2d2cdf57771db6 /sources/pyside2/doc/tutorials/qmlintegration/style.qrc
parent188cf219d41842f4ae0730256d5e16da40db7287 (diff)
Doc: Add QML Integration tutorial
Since the qmlapp tutorial already explain many things related to QML and PySide2 interaction, I made this shorter highlighting only a few things. Task-number: PYSIDE-841 Change-Id: I4a4618605a1868cf3632cf0efbafcfc4566b4257 Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
Diffstat (limited to 'sources/pyside2/doc/tutorials/qmlintegration/style.qrc')
-rw-r--r--sources/pyside2/doc/tutorials/qmlintegration/style.qrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/sources/pyside2/doc/tutorials/qmlintegration/style.qrc b/sources/pyside2/doc/tutorials/qmlintegration/style.qrc
new file mode 100644
index 000000000..e313f5ed6
--- /dev/null
+++ b/sources/pyside2/doc/tutorials/qmlintegration/style.qrc
@@ -0,0 +1,5 @@
+<!DOCTYPE RCC><RCC version="1.0">
+<qresource prefix="/">
+ <file>qtquickcontrols2.conf</file>
+</qresource>
+</RCC>