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

This commit is contained in:
2017-06-23 15:08:56 +02:00
parent b83e1ee56e
commit b56e58146a
11 changed files with 18 additions and 11 deletions
+5 -5
View File
@@ -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

+6
View File
@@ -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>