summaryrefslogtreecommitdiffstats
path: root/resources/pe_light/pe_light.qrc
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2014-06-30 22:22:09 +0200
committerPetr Mrázek <peterix@gmail.com>2014-06-30 22:22:09 +0200
commite241c3625c2e0f005ee2cb01577ceeb054bbbd98 (patch)
treeb874caae329a536ca15b331be386cf481307d28f /resources/pe_light/pe_light.qrc
parent421a46e3d3036ea0dea4889125ee58309d0ed21e (diff)
parentd2b2d55aa9a4031d1e179534796cbe07bc57080f (diff)
downloadMultiMC-e241c3625c2e0f005ee2cb01577ceeb054bbbd98.tar
MultiMC-e241c3625c2e0f005ee2cb01577ceeb054bbbd98.tar.gz
MultiMC-e241c3625c2e0f005ee2cb01577ceeb054bbbd98.tar.lz
MultiMC-e241c3625c2e0f005ee2cb01577ceeb054bbbd98.tar.xz
MultiMC-e241c3625c2e0f005ee2cb01577ceeb054bbbd98.zip
Merge branch 'feature_theme_support' into develop
Conflicts: main.cpp
Diffstat (limited to 'resources/pe_light/pe_light.qrc')
-rw-r--r--resources/pe_light/pe_light.qrc61
1 files changed, 61 insertions, 0 deletions
diff --git a/resources/pe_light/pe_light.qrc b/resources/pe_light/pe_light.qrc
new file mode 100644
index 00000000..f1dce837
--- /dev/null
+++ b/resources/pe_light/pe_light.qrc
@@ -0,0 +1,61 @@
+<!DOCTYPE RCC>
+<RCC version="1.0">
+ <qresource prefix="/icons/pe_light">
+ <file>index.theme</file>
+
+ <!-- OK console icon. Our own -->
+ <file>scalable/console.svg</file>
+
+ <!-- ERROR console icon. Our own -->
+ <file>scalable/console_error.svg</file>
+
+ <!-- About dialog. Our own. -->
+ <file>scalable/about.svg</file>
+
+ <!-- Report bug. Our own. -->
+ <file>scalable/bug.svg</file>
+
+ <!-- Patron logo, black and white. (C) 2014 Patreon, Inc., http://www.patreon.com/toolbox?ftyp=media -->
+ <file>scalable/patreon.svg</file>
+
+ <!-- Show mods folder. Our own. -->
+ <file>scalable/centralmods.svg</file>
+
+ <!-- Update. Our own. -->
+ <file>scalable/checkupdate.svg</file>
+
+ <!-- copy instance. Our own. -->
+ <file>scalable/copy.svg</file>
+
+ <!-- New instance. Our own. -->
+ <file>scalable/new.svg</file>
+
+ <!-- Open news. Our own. -->
+ <file>scalable/news.svg</file>
+
+ <!-- Bad status. Our own. -->
+ <file>16x16/status-bad.png</file>
+ <file>22x22/status-bad.png</file>
+ <file>24x24/status-bad.png</file>
+ <file>32x32/status-bad.png</file>
+ <file>48x48/status-bad.png</file>
+ <file>64x64/status-bad.png</file>
+
+ <!-- Good status. Our own. -->
+ <file>16x16/status-good.png</file>
+ <file>22x22/status-good.png</file>
+ <file>24x24/status-good.png</file>
+ <file>32x32/status-good.png</file>
+ <file>48x48/status-good.png</file>
+ <file>64x64/status-good.png</file>
+
+ <!-- Refresh, Our own. -->
+ <file>scalable/refresh.svg</file>
+
+ <!-- Settings, Our own. -->
+ <file>scalable/settings.svg</file>
+
+ <!-- View folder. Our own. -->
+ <file>scalable/viewfolder.svg</file>
+ </qresource>
+</RCC>