1
0
mirror of https://github.com/ciromattia/kcc synced 2026-06-02 12:43:19 +00:00

Icons .ico -> .png

This commit is contained in:
Paweł Jastrzębski
2013-06-12 07:55:54 +02:00
parent 439eedcec7
commit 8cb7aebf86
21 changed files with 1524 additions and 2864 deletions
+4 -4
View File
@@ -205,7 +205,7 @@
</property>
<property name="icon">
<iconset resource="KCC.qrc">
<normaloff>:/Other/icons/convert.ico</normaloff>:/Other/icons/convert.ico</iconset>
<normaloff>:/Other/icons/convert.png</normaloff>:/Other/icons/convert.png</iconset>
</property>
</widget>
<widget class="QPushButton" name="DirectoryButton">
@@ -230,7 +230,7 @@
</property>
<property name="icon">
<iconset resource="KCC.qrc">
<normaloff>:/Other/icons/folder_new.ico</normaloff>:/Other/icons/folder_new.ico</iconset>
<normaloff>:/Other/icons/folder_new.png</normaloff>:/Other/icons/folder_new.png</iconset>
</property>
</widget>
<widget class="QPushButton" name="FileButton">
@@ -255,7 +255,7 @@
</property>
<property name="icon">
<iconset resource="KCC.qrc">
<normaloff>:/Other/icons/document_new.ico</normaloff>:/Other/icons/document_new.ico</iconset>
<normaloff>:/Other/icons/document_new.png</normaloff>:/Other/icons/document_new.png</iconset>
</property>
</widget>
<widget class="QPushButton" name="ClearButton">
@@ -280,7 +280,7 @@
</property>
<property name="icon">
<iconset resource="KCC.qrc">
<normaloff>:/Other/icons/clear.ico</normaloff>:/Other/icons/clear.ico</iconset>
<normaloff>:/Other/icons/clear.png</normaloff>:/Other/icons/clear.png</iconset>
</property>
</widget>
<widget class="QFrame" name="OptionsBasic">