aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qquickiconimage/resources.qrc
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2017-02-13 15:50:24 +0100
committerMitch Curtis <mitch.curtis@qt.io>2017-03-08 15:12:45 +0000
commit6675a612540695db5c321f49e06ebfcba297e144 (patch)
tree62212cb4230260a8e2d956b8740e1ceb4d8b11a8 /tests/auto/qquickiconimage/resources.qrc
parente7c513012f334affb8f33e6f18d9ef59064e5901 (diff)
Add IconImage
This adds an internal helper item that will be used for showing icons on various controls (in follow-up commits). Change-Id: I792b423737023ba663211371f82fedb2b92857bb Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
Diffstat (limited to 'tests/auto/qquickiconimage/resources.qrc')
-rw-r--r--tests/auto/qquickiconimage/resources.qrc14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/auto/qquickiconimage/resources.qrc b/tests/auto/qquickiconimage/resources.qrc
new file mode 100644
index 00000000..76757d4e
--- /dev/null
+++ b/tests/auto/qquickiconimage/resources.qrc
@@ -0,0 +1,14 @@
+<RCC>
+ <qresource prefix="/">
+ <file>icons/testtheme/16x16/actions/appointment-new.png</file>
+ <file>icons/testtheme/22x22/actions/appointment-new.png</file>
+ <file>icons/testtheme/22x22/actions/appointment-new@2x.png</file>
+ <file>icons/testtheme/22x22@2/actions/appointment-new.png</file>
+ <file>icons/testtheme/index.theme</file>
+ <file>icons/testtheme/appointment-new.svg</file>
+ <file>icons/testtheme/22x22/actions/color-test-original.png</file>
+ <file>icons/testtheme/22x22/actions/color-test-tinted.png</file>
+ <file>icons/testtheme/22x22/actions/color-test-original@2x.png</file>
+ <file>icons/testtheme/22x22/actions/color-test-tinted@2x.png</file>
+ </qresource>
+</RCC>