Changed settings, apps and firewall icons.
This commit is contained in:
parent
89a48f2a78
commit
d3ca858ba7
BIN
icons/apps.png
Normal file
BIN
icons/apps.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
Binary file not shown.
Before Width: | Height: | Size: 2.8 KiB |
BIN
icons/settings.png
Normal file
BIN
icons/settings.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 40 KiB |
BIN
icons/wall.png
Normal file
BIN
icons/wall.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 23 KiB |
@ -357,7 +357,7 @@
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="resources.qrc">
|
||||
<normaloff>:/appsprefs.png</normaloff>:/appsprefs.png</iconset>
|
||||
<normaloff>:/apps.png</normaloff>:/apps.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Select VM applications</string>
|
||||
@ -403,7 +403,7 @@
|
||||
<action name="action_editfwrules">
|
||||
<property name="icon">
|
||||
<iconset resource="resources.qrc">
|
||||
<normaloff>:/redfirewall.png</normaloff>:/redfirewall.png</iconset>
|
||||
<normaloff>:/firewall.png</normaloff>:/firewall.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Edit VM Firewall rules</string>
|
||||
@ -506,7 +506,7 @@
|
||||
<action name="action_settings">
|
||||
<property name="icon">
|
||||
<iconset resource="resources.qrc">
|
||||
<normaloff>:/root.png</normaloff>:/root.png</iconset>
|
||||
<normaloff>:/settings.png</normaloff>:/settings.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Settings</string>
|
||||
|
@ -1,5 +1,8 @@
|
||||
<RCC>
|
||||
<qresource>
|
||||
<file alias="apps.png">icons/apps.png</file>
|
||||
<file alias="settings.png">icons/settings.png</file>
|
||||
<file alias="firewall.png">icons/wall.png</file>
|
||||
<file alias="restore.png">icons/restore.png</file>
|
||||
<file alias="backup.png">icons/backup.png</file>
|
||||
<file alias="global-settings.png">icons/global-settings.png</file>
|
||||
@ -16,7 +19,6 @@
|
||||
<file alias="flag-yellow.png">icons/flag-yellow.png</file>
|
||||
<file alias="remove.png">icons/remove.png</file>
|
||||
<file alias="appsprefs.png">icons/appsprefs.png</file>
|
||||
<file alias="newfirewall.png">icons/newfirewall.png</file>
|
||||
<file alias="qubes.png">icons/qubes.png</file>
|
||||
<file alias="appvm.png">icons/appvm.png</file>
|
||||
<file alias="netvm.png">icons/netvm.png</file>
|
||||
@ -34,7 +36,6 @@
|
||||
<file alias="pausevm.png">icons/pausevm.png</file>
|
||||
<file alias="showallvms.png">icons/showallvms.png</file>
|
||||
<file alias="showcpuload.png">icons/showcpuload.png</file>
|
||||
<file alias="firewall.png">icons/firewall.png</file>
|
||||
</qresource>
|
||||
<qresource/>
|
||||
</RCC>
|
||||
|
@ -29,7 +29,7 @@
|
||||
<locale language="English" country="UnitedStates"/>
|
||||
</property>
|
||||
<property name="currentIndex">
|
||||
<number>1</number>
|
||||
<number>4</number>
|
||||
</property>
|
||||
<widget class="QWidget" name="basic_tab">
|
||||
<property name="locale">
|
||||
@ -586,6 +586,10 @@
|
||||
</layout>
|
||||
</widget>
|
||||
<widget class="QWidget" name="firewall_tab">
|
||||
<attribute name="icon">
|
||||
<iconset resource="resources.qrc">
|
||||
<normaloff>:/firewall.png</normaloff>:/firewall.png</iconset>
|
||||
</attribute>
|
||||
<attribute name="title">
|
||||
<string>Firewall rules</string>
|
||||
</attribute>
|
||||
@ -746,6 +750,10 @@
|
||||
<property name="enabled">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<attribute name="icon">
|
||||
<iconset resource="resources.qrc">
|
||||
<normaloff>:/storagevm.png</normaloff>:/storagevm.png</iconset>
|
||||
</attribute>
|
||||
<attribute name="title">
|
||||
<string>Devices</string>
|
||||
</attribute>
|
||||
@ -776,7 +784,7 @@
|
||||
<widget class="QWidget" name="apps_tab">
|
||||
<attribute name="icon">
|
||||
<iconset resource="resources.qrc">
|
||||
<normaloff>:/appsprefs.png</normaloff>:/appsprefs.png</iconset>
|
||||
<normaloff>:/apps.png</normaloff>:/apps.png</iconset>
|
||||
</attribute>
|
||||
<attribute name="title">
|
||||
<string>Applications</string>
|
||||
|
Loading…
Reference in New Issue
Block a user