Add resource file for the wizard and some icons from the Oxygen gpl icon theme
authorduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 10 Dec 2008 11:04:13 +0000 (11:04 +0000)
committerduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 10 Dec 2008 11:04:13 +0000 (11:04 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1985 38d2e660-2303-0410-9eaa-f027e97ec537

wizard/bertos.qrc [new file with mode: 0644]
wizard/images/new.png [new file with mode: 0755]
wizard/images/open.png [new file with mode: 0755]

diff --git a/wizard/bertos.qrc b/wizard/bertos.qrc
new file mode 100644 (file)
index 0000000..3137005
--- /dev/null
@@ -0,0 +1,6 @@
+<RCC>
+  <qresource prefix="images" >
+    <file>images/new.png</file>
+    <file>images/open.png</file>
+  </qresource>
+</RCC>
diff --git a/wizard/images/new.png b/wizard/images/new.png
new file mode 100755 (executable)
index 0000000..8c2c68d
Binary files /dev/null and b/wizard/images/new.png differ
diff --git a/wizard/images/open.png b/wizard/images/open.png
new file mode 100755 (executable)
index 0000000..cb852e2
Binary files /dev/null and b/wizard/images/open.png differ