forked from openlp/openlp
Head
This commit is contained in:
commit
dc184fdd2e
@ -541,4 +541,3 @@ class MediaManagerItem(QtGui.QWidget):
|
||||
individual service items need to be processed by the plugins
|
||||
"""
|
||||
pass
|
||||
|
||||
|
@ -204,13 +204,13 @@ class ServiceManager(QtGui.QWidget):
|
||||
self.orderToolbar.addSeparator()
|
||||
self.orderToolbar.addToolbarButton(
|
||||
translate('OpenLP.ServiceManager', '&Expand all'),
|
||||
u':/services/service_top.png',
|
||||
u':/services/service_expand_all.png',
|
||||
translate('OpenLP.ServiceManager',
|
||||
'Expand all the service items.'),
|
||||
self.onExpandAll)
|
||||
self.orderToolbar.addToolbarButton(
|
||||
translate('OpenLP.ServiceManager', '&Collapse all'),
|
||||
u':/services/service_bottom.png',
|
||||
u':/services/service_collapse_all.png',
|
||||
translate('OpenLP.ServiceManager',
|
||||
'Collapse all the service items.'),
|
||||
self.onCollapseAll)
|
||||
|
@ -80,5 +80,3 @@ class MediaTab(SettingsTab):
|
||||
QtCore.QSettings().setValue(self.settingsSection + u'/use phonon',
|
||||
QtCore.QVariant(self.usePhonon))
|
||||
Receiver.send_message(u'config_screen_changed')
|
||||
|
||||
|
||||
|
@ -83,6 +83,8 @@
|
||||
<file>wizard_importbible.bmp</file>
|
||||
</qresource>
|
||||
<qresource prefix="services">
|
||||
<file>service_collapse_all.png</file>
|
||||
<file>service_expand_all.png</file>
|
||||
<file>service_notes.png</file>
|
||||
<file>service_item_notes.png</file>
|
||||
<file>service_bottom.png</file>
|
||||
|
BIN
resources/images/service_collapse_all.png
Normal file
BIN
resources/images/service_collapse_all.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 382 B |
BIN
resources/images/service_expand_all.png
Normal file
BIN
resources/images/service_expand_all.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 486 B |
Loading…
Reference in New Issue
Block a user