summaryrefslogtreecommitdiff
path: root/examples/quickcontrols/controls/styles/styles.qrc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quickcontrols/controls/styles/styles.qrc')
-rw-r--r--examples/quickcontrols/controls/styles/styles.qrc14
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/quickcontrols/controls/styles/styles.qrc b/examples/quickcontrols/controls/styles/styles.qrc
new file mode 100644
index 00000000..d2300c6f
--- /dev/null
+++ b/examples/quickcontrols/controls/styles/styles.qrc
@@ -0,0 +1,14 @@
+<RCC>
+ <qresource prefix="/">
+ <file>main.qml</file>
+ <file>images/bubble.png</file>
+ <file>images/button.png</file>
+ <file>images/button-pressed.png</file>
+ <file>images/progress-background.png</file>
+ <file>images/progress-fill.png</file>
+ <file>images/slider-handle.png</file>
+ <file>images/tab.png</file>
+ <file>images/tab_selected.png</file>
+ <file>images/textfield.png</file>
+ </qresource>
+</RCC>