Added some more icons.

bzr-revno: 719
This commit is contained in:
Raoul Snyman 2010-03-02 21:40:57 +02:00
commit a2ce93652e
6 changed files with 21 additions and 19 deletions

View File

@ -170,7 +170,7 @@ class ServiceManager(QtGui.QWidget):
self.ServiceManagerList.setContextMenuPolicy(
QtCore.Qt.ActionsContextMenu)
self.editAction = contextMenuAction(
self.ServiceManagerList, ':/system/system_live.png',
self.ServiceManagerList, ':/services/service_edit.png',
self.trUtf8('&Edit Item'), self.remoteEdit)
self.ServiceManagerList.addAction(self.editAction)
self.ServiceManagerList.addAction(contextMenuSeparator(

View File

@ -76,6 +76,8 @@
<file>image_load.png</file>
</qresource>
<qresource prefix="services">
<file>service_edit.png</file>
<file>service_notes.png</file>
<file>service_bottom.png</file>
<file>service_down.png</file>
<file>service_top.png</file>

Binary file not shown.

After

Width:  |  Height:  |  Size: 726 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 668 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 668 B

After

Width:  |  Height:  |  Size: 726 B

View File

@ -1 +1 @@
1.9.0-718
1.9.0-719