SVG icons replaced by PNG. Caused huge memory allocation on Windows.
This commit is contained in:
+5
-5
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user