Switched to Oxygen icons

This commit is contained in:
Kovid Goyal 2007-04-21 21:50:36 +00:00
parent 102c0c2738
commit 6c9ea2500a
13 changed files with 4337 additions and 2626 deletions

View File

@ -1,14 +1,16 @@
<!DOCTYPE RCC><RCC version="1.0">
<qresource>
<file alias="icon">images/library.png</file>
<file alias="default_cover">images/cherubs.jpg</file>
<file alias="library">images/library.png</file>
<file alias="reader">images/reader.png</file>
<file alias="card">images/memory_stick_unmount.png</file>
<file>images/clear.png</file>
<file>images/minus.png</file>
<file>images/plus.png</file>
<file>images/edit.png</file>
<file>images/fileopen.png</file>
</qresource>
</RCC>
<RCC>
<qresource prefix="/" >
<file>images/addfile.png</file>
<file alias="default_cover" >images/cherubs.jpg</file>
<file>images/clear.png</file>
<file>images/delfile.png</file>
<file>images/edit.png</file>
<file>images/fileopen.png</file>
<file alias="library" >images/library.png</file>
<file alias="card" >images/memory_stick_unmount.png</file>
<file>images/minus.png</file>
<file>images/plus.png</file>
<file>images/upload.png</file>
<file alias="reader" >images/reader.png</file>
</qresource>
</RCC>

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 929 B

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 205 B

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 532 B

After

Width:  |  Height:  |  Size: 9.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

File diff suppressed because it is too large Load Diff

View File

@ -288,7 +288,7 @@
<property name="minimumSize" >
<size>
<width>163</width>
<height>58</height>
<height>100</height>
</size>
</property>
<property name="movable" >
@ -299,8 +299,8 @@
</property>
<property name="iconSize" >
<size>
<width>22</width>
<height>22</height>
<width>64</width>
<height>64</height>
</size>
</property>
<property name="toolButtonStyle" >
@ -315,7 +315,7 @@
</widget>
<action name="action_add" >
<property name="icon" >
<iconset resource="images.qrc" >:/images/plus.png</iconset>
<iconset resource="images.qrc" >:/images/addfile.png</iconset>
</property>
<property name="text" >
<string>Add books to Library</string>
@ -329,7 +329,7 @@
</action>
<action name="action_del" >
<property name="icon" >
<iconset resource="images.qrc" >:/images/minus.png</iconset>
<iconset resource="images.qrc" >:/images/delfile.png</iconset>
</property>
<property name="text" >
<string>Delete books</string>

View File

@ -2,7 +2,7 @@
# Form implementation generated from reading ui file 'src/libprs500/gui/main.ui'
#
# Created: Tue Apr 17 19:56:30 2007
# Created: Sat Apr 21 14:42:37 2007
# by: PyQt4 UI code generator 4.1.1
#
# WARNING! All changes made in this file will be lost!
@ -154,21 +154,21 @@ class Ui_MainWindow(object):
MainWindow.setCentralWidget(self.centralwidget)
self.tool_bar = QtGui.QToolBar(MainWindow)
self.tool_bar.setMinimumSize(QtCore.QSize(163,58))
self.tool_bar.setMinimumSize(QtCore.QSize(163,100))
self.tool_bar.setMovable(False)
self.tool_bar.setOrientation(QtCore.Qt.Horizontal)
self.tool_bar.setIconSize(QtCore.QSize(22,22))
self.tool_bar.setIconSize(QtCore.QSize(64,64))
self.tool_bar.setToolButtonStyle(QtCore.Qt.ToolButtonTextUnderIcon)
self.tool_bar.setObjectName("tool_bar")
MainWindow.addToolBar(self.tool_bar)
self.action_add = QtGui.QAction(MainWindow)
self.action_add.setIcon(QtGui.QIcon(":/images/plus.png"))
self.action_add.setIcon(QtGui.QIcon(":/images/addfile.png"))
self.action_add.setAutoRepeat(False)
self.action_add.setObjectName("action_add")
self.action_del = QtGui.QAction(MainWindow)
self.action_del.setIcon(QtGui.QIcon(":/images/minus.png"))
self.action_del.setIcon(QtGui.QIcon(":/images/delfile.png"))
self.action_del.setObjectName("action_del")
self.action_edit = QtGui.QAction(MainWindow)