diff options
author | Tomás Touceda <chiiph@leap.se> | 2013-06-13 15:14:15 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2013-06-13 16:01:49 -0300 |
commit | cfd60d6e47a351e1ce52709a497e5a0b03319dcf (patch) | |
tree | 203a1fbef5673cd1343f84974e90f7b5fa038573 /data/resources/icons.qrc | |
parent | 93db3e9da1347f239eba937120c6f7fb05eaab0a (diff) |
Refactor the status bits out of the MainWindow to StatusPanelWidget
Diffstat (limited to 'data/resources/icons.qrc')
-rw-r--r-- | data/resources/icons.qrc | 9 |
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> |