1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-13 01:36:27 +00:00

New icons

This commit is contained in:
Paweł Jastrzębski
2013-06-11 20:09:00 +02:00
parent 9f33e756d5
commit ed94e6508c
14 changed files with 2505 additions and 6372 deletions

View File

@@ -18,7 +18,8 @@
</qresource>
<qresource prefix="Other">
<file>icons/convert.ico</file>
<file>icons/minus.ico</file>
<file>icons/plus.ico</file>
<file>icons/clear.ico</file>
<file>icons/document_new.ico</file>
<file>icons/folder_new.ico</file>
</qresource>
</RCC>

6
KCC.ui
View File

@@ -230,7 +230,7 @@
</property>
<property name="icon">
<iconset resource="KCC.qrc">
<normaloff>:/Other/icons/plus.ico</normaloff>:/Other/icons/plus.ico</iconset>
<normaloff>:/Other/icons/folder_new.ico</normaloff>:/Other/icons/folder_new.ico</iconset>
</property>
</widget>
<widget class="QPushButton" name="FileButton">
@@ -255,7 +255,7 @@
</property>
<property name="icon">
<iconset resource="KCC.qrc">
<normaloff>:/Other/icons/plus.ico</normaloff>:/Other/icons/plus.ico</iconset>
<normaloff>:/Other/icons/document_new.ico</normaloff>:/Other/icons/document_new.ico</iconset>
</property>
</widget>
<widget class="QPushButton" name="ClearButton">
@@ -280,7 +280,7 @@
</property>
<property name="icon">
<iconset resource="KCC.qrc">
<normaloff>:/Other/icons/minus.ico</normaloff>:/Other/icons/minus.ico</iconset>
<normaloff>:/Other/icons/clear.ico</normaloff>:/Other/icons/clear.ico</iconset>
</property>
</widget>
<widget class="QFrame" name="OptionsBasic">

BIN
icons/Thumbs.db Normal file

Binary file not shown.

BIN
icons/clear.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 9.4 KiB

BIN
icons/document_new.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 9.4 KiB

BIN
icons/folder_new.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 9.4 KiB

File diff suppressed because it is too large Load Diff

View File

@@ -2,7 +2,7 @@
# Form implementation generated from reading ui file 'KCC.ui'
#
# Created: Tue Jun 11 16:42:31 2013
# Created: Tue Jun 11 20:08:06 2013
# by: PyQt4 UI code generator 4.10.1
#
# WARNING! All changes made in this file will be lost!
@@ -105,7 +105,7 @@ class Ui_KCC(object):
self.DirectoryButton.setFont(font)
self.DirectoryButton.setFocusPolicy(QtCore.Qt.NoFocus)
icon2 = QtGui.QIcon()
icon2.addPixmap(QtGui.QPixmap(_fromUtf8(":/Other/icons/plus.ico")), QtGui.QIcon.Normal, QtGui.QIcon.Off)
icon2.addPixmap(QtGui.QPixmap(_fromUtf8(":/Other/icons/folder_new.ico")), QtGui.QIcon.Normal, QtGui.QIcon.Off)
self.DirectoryButton.setIcon(icon2)
self.DirectoryButton.setObjectName(_fromUtf8("DirectoryButton"))
self.FileButton = QtGui.QPushButton(self.Form)
@@ -114,7 +114,9 @@ class Ui_KCC(object):
font.setPointSize(8)
self.FileButton.setFont(font)
self.FileButton.setFocusPolicy(QtCore.Qt.NoFocus)
self.FileButton.setIcon(icon2)
icon3 = QtGui.QIcon()
icon3.addPixmap(QtGui.QPixmap(_fromUtf8(":/Other/icons/document_new.ico")), QtGui.QIcon.Normal, QtGui.QIcon.Off)
self.FileButton.setIcon(icon3)
self.FileButton.setObjectName(_fromUtf8("FileButton"))
self.ClearButton = QtGui.QPushButton(self.Form)
self.ClearButton.setGeometry(QtCore.QRect(160, 160, 91, 32))
@@ -122,9 +124,9 @@ class Ui_KCC(object):
font.setPointSize(8)
self.ClearButton.setFont(font)
self.ClearButton.setFocusPolicy(QtCore.Qt.NoFocus)
icon3 = QtGui.QIcon()
icon3.addPixmap(QtGui.QPixmap(_fromUtf8(":/Other/icons/minus.ico")), QtGui.QIcon.Normal, QtGui.QIcon.Off)
self.ClearButton.setIcon(icon3)
icon4 = QtGui.QIcon()
icon4.addPixmap(QtGui.QPixmap(_fromUtf8(":/Other/icons/clear.ico")), QtGui.QIcon.Normal, QtGui.QIcon.Off)
self.ClearButton.setIcon(icon4)
self.ClearButton.setObjectName(_fromUtf8("ClearButton"))
self.OptionsBasic = QtGui.QFrame(self.Form)
self.OptionsBasic.setGeometry(QtCore.QRect(10, 230, 421, 41))