Added Service Edit and Service Notes icons.

This commit is contained in:
Raoul Snyman 2010-03-02 09:01:56 +02:00
parent 69af99f5dc
commit e7f7fe8861
5 changed files with 20 additions and 18 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