summaryrefslogtreecommitdiff
path: root/data/resources
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@leap.se>2013-06-13 15:14:15 -0300
committerTomás Touceda <chiiph@leap.se>2013-06-13 16:01:49 -0300
commitcfd60d6e47a351e1ce52709a497e5a0b03319dcf (patch)
tree203a1fbef5673cd1343f84974e90f7b5fa038573 /data/resources
parent93db3e9da1347f239eba937120c6f7fb05eaab0a (diff)
Refactor the status bits out of the MainWindow to StatusPanelWidget
Diffstat (limited to 'data/resources')
-rw-r--r--data/resources/icons.qrc9
1 files changed, 9 insertions, 0 deletions
diff --git a/data/resources/icons.qrc b/data/resources/icons.qrc
new file mode 100644
index 00000000..6a6de9e6
--- /dev/null
+++ b/data/resources/icons.qrc
@@ -0,0 +1,9 @@
+<RCC>
+ <qresource prefix="/">
+ <file>../images/light/16/down-arrow.png</file>
+ <file>../images/light/16/up-arrow.png</file>
+ <file>../images/light/64/network-eip-acquiring.png</file>
+ <file>../images/light/64/network-eip-down.png</file>
+ <file>../images/light/64/network-eip-up.png</file>
+ </qresource>
+</RCC>