SVG icons replaced by PNG. Caused huge memory allocation on Windows.

master
Josef Rokos 8 years ago
parent b83e1ee56e
commit b56e58146a

@ -48,7 +48,7 @@
</property>
<property name="icon">
<iconset resource="../../core/rc.qrc">
<normaloff>:/icons/new.svg</normaloff>:/icons/new.svg</iconset>
<normaloff>:/icons/new_24x24.png</normaloff>:/icons/new_24x24.png</iconset>
</property>
<property name="autoRaise">
<bool>true</bool>
@ -68,7 +68,7 @@
</property>
<property name="icon">
<iconset resource="../../core/rc.qrc">
<normaloff>:/icons/remove.svg</normaloff>:/icons/remove.svg</iconset>
<normaloff>:/icons/remove_24x24.png</normaloff>:/icons/remove_24x24.png</iconset>
</property>
<property name="autoRaise">
<bool>true</bool>
@ -88,7 +88,7 @@
</property>
<property name="icon">
<iconset resource="../../core/rc.qrc">
<normaloff>:/icons/ok.svg</normaloff>:/icons/ok.svg</iconset>
<normaloff>:/icons/ok_24x24.png</normaloff>:/icons/ok_24x24.png</iconset>
</property>
<property name="checkable">
<bool>true</bool>
@ -108,7 +108,7 @@
</property>
<property name="icon">
<iconset resource="../../core/rc.qrc">
<normaloff>:/icons/filter.svg</normaloff>:/icons/filter.svg</iconset>
<normaloff>:/icons/filter_24x24.png</normaloff>:/icons/filter_24x24.png</iconset>
</property>
<property name="checkable">
<bool>true</bool>
@ -178,7 +178,7 @@
</property>
<property name="icon">
<iconset resource="../../core/rc.qrc">
<normaloff>:/icons/new.svg</normaloff>:/icons/new.svg</iconset>
<normaloff>:/icons/new_24x24.png</normaloff>:/icons/new_24x24.png</iconset>
</property>
<property name="autoRaise">
<bool>true</bool>
@ -198,7 +198,7 @@
</property>
<property name="icon">
<iconset resource="../../core/rc.qrc">
<normaloff>:/icons/remove.svg</normaloff>:/icons/remove.svg</iconset>
<normaloff>:/icons/remove_24x24.png</normaloff>:/icons/remove_24x24.png</iconset>
</property>
<property name="autoRaise">
<bool>true</bool>

@ -30,7 +30,7 @@
</property>
<property name="icon">
<iconset resource="rc.qrc">
<normaloff>:/icons/new.svg</normaloff>:/icons/new.svg</iconset>
<normaloff>:/icons/new_24x24.png</normaloff>:/icons/new_24x24.png</iconset>
</property>
<property name="iconSize">
<size>
@ -59,7 +59,7 @@
</property>
<property name="icon">
<iconset resource="rc.qrc">
<normaloff>:/icons/edit.svg</normaloff>:/icons/edit.svg</iconset>
<normaloff>:/icons/edit_24x24.png</normaloff>:/icons/edit_24x24.png</iconset>
</property>
<property name="iconSize">
<size>
@ -85,7 +85,7 @@
</property>
<property name="icon">
<iconset resource="rc.qrc">
<normaloff>:/icons/remove.svg</normaloff>:/icons/remove.svg</iconset>
<normaloff>:/icons/remove_24x24.png</normaloff>:/icons/remove_24x24.png</iconset>
</property>
<property name="iconSize">
<size>
@ -108,7 +108,7 @@
</property>
<property name="icon">
<iconset resource="rc.qrc">
<normaloff>:/icons/filter.svg</normaloff>:/icons/filter.svg</iconset>
<normaloff>:/icons/filter_24x24.png</normaloff>:/icons/filter_24x24.png</iconset>
</property>
<property name="iconSize">
<size>
@ -134,7 +134,7 @@
</property>
<property name="icon">
<iconset resource="rc.qrc">
<normaloff>:/icons/print.svg</normaloff>:/icons/print.svg</iconset>
<normaloff>:/icons/print_24x24.png</normaloff>:/icons/print_24x24.png</iconset>
</property>
<property name="iconSize">
<size>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 752 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 931 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 726 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

@ -25,5 +25,11 @@
<file>icons/zoomOut.svg</file>
<file>icons/report.svg</file>
<file>icons/import.svg</file>
<file>icons/edit_24x24.png</file>
<file>icons/filter_24x24.png</file>
<file>icons/new_24x24.png</file>
<file>icons/print_24x24.png</file>
<file>icons/remove_24x24.png</file>
<file>icons/ok_24x24.png</file>
</qresource>
</RCC>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

@ -6,5 +6,6 @@
<file>icons/paied.svg</file>
<file>icons/pay.svg</file>
<file>icons/sendEet.svg</file>
<file>icons/pay_24x24.png</file>
</qresource>
</RCC>

Loading…
Cancel
Save