icons updated

This commit is contained in:
Zira project 2020-10-31 00:07:41 +05:00
parent f6dbdde592
commit 167eae46cb
8 changed files with 7 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 KiB

View file

@ -58,5 +58,6 @@
<file alias="branch-close.png">resources/images/icons/branch-close.png</file>
<file alias="branch-open.png">resources/images/icons/branch-open.png</file>
<file alias="home.png">resources/images/icons/home.png</file>
<file alias="zira-devpack.png">resources/images/icons/zira-devpack.png</file>
</qresource>
</RCC>

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 KiB

View file

@ -99,6 +99,7 @@
<file alias="separator.png">resources/styles/dark/icons/separator.png</file>
<file alias="close.png">resources/styles/dark/icons/close.png</file>
<file alias="home.png">resources/styles/dark/icons/home.png</file>
<file alias="actionHelpZiraDevPack.png">resources/styles/dark/icons/actionHelpZiraDevPack.png</file>
</qresource>
<qresource prefix="/styles/light/icons">
<file alias="actionOpenFile.png">resources/styles/light/icons/actionOpenFile.png</file>
@ -148,5 +149,6 @@
<file alias="separator.png">resources/styles/light/icons/separator.png</file>
<file alias="close.png">resources/styles/light/icons/close.png</file>
<file alias="home.png">resources/styles/light/icons/home.png</file>
<file alias="actionHelpZiraDevPack.png">resources/styles/light/icons/actionHelpZiraDevPack.png</file>
</qresource>
</RCC>

View file

@ -1224,6 +1224,10 @@
</property>
</action>
<action name="actionHelpZiraDevPack">
<property name="icon">
<iconset resource="../qrc/image.qrc">
<normaloff>:/icons/zira-devpack.png</normaloff>:/icons/zira-devpack.png</iconset>
</property>
<property name="text">
<string>Zira DevPack</string>
</property>