forked from openlp/openlp
Add a nice little icon for the plugin list.
This commit is contained in:
parent
3a19271a18
commit
0a4c9481bf
@ -265,7 +265,8 @@ class Ui_MainWindow(object):
|
|||||||
self.ViewServiceManagerItem.setIcon(ServiceManagerIcon)
|
self.ViewServiceManagerItem.setIcon(ServiceManagerIcon)
|
||||||
self.ViewServiceManagerItem.setObjectName(u'ViewServiceManagerItem')
|
self.ViewServiceManagerItem.setObjectName(u'ViewServiceManagerItem')
|
||||||
self.SettingsPluginListItem = QtGui.QAction(MainWindow)
|
self.SettingsPluginListItem = QtGui.QAction(MainWindow)
|
||||||
#self.SettingsPluginListItem.setIcon(AlertIcon)
|
PluginListIcon = build_icon(u':/system/settings_plugin_list.png')
|
||||||
|
self.SettingsPluginListItem.setIcon(PluginListIcon)
|
||||||
self.SettingsPluginListItem.setObjectName(u'SettingsPluginListItem')
|
self.SettingsPluginListItem.setObjectName(u'SettingsPluginListItem')
|
||||||
self.HelpDocumentationItem = QtGui.QAction(MainWindow)
|
self.HelpDocumentationItem = QtGui.QAction(MainWindow)
|
||||||
ContentsIcon = build_icon(u':/system/system_help_contents.png')
|
ContentsIcon = build_icon(u':/system/system_help_contents.png')
|
||||||
|
@ -98,6 +98,7 @@
|
|||||||
<file>system_servicemanager.png</file>
|
<file>system_servicemanager.png</file>
|
||||||
<file>system_thememanager.png</file>
|
<file>system_thememanager.png</file>
|
||||||
<file>system_exit.png</file>
|
<file>system_exit.png</file>
|
||||||
|
<file>settings_plugin_list.png</file>
|
||||||
<file>system_settings.png</file>
|
<file>system_settings.png</file>
|
||||||
</qresource>
|
</qresource>
|
||||||
<qresource prefix="media">
|
<qresource prefix="media">
|
||||||
|
BIN
resources/images/settings_plugin_list.png
Normal file
BIN
resources/images/settings_plugin_list.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 800 B |
Loading…
Reference in New Issue
Block a user