forked from openlp/openlp
Added icons for:
- Blank Screen - Show Desktop - Show Theme Background
This commit is contained in:
parent
fee5b1ed9e
commit
c7c1a9c06a
@ -170,7 +170,7 @@ class SlideController(QtGui.QWidget):
|
||||
if self.isLive:
|
||||
self.Toolbar.addToolbarSeparator(u'Close Separator')
|
||||
self.blankButton = self.Toolbar.addToolbarButton(
|
||||
u'Blank Screen', u':/slides/slide_close.png',
|
||||
u'Blank Screen', u':/slides/slide_blank.png',
|
||||
self.trUtf8('Blank Screen'), self.onBlankDisplay, True)
|
||||
QtCore.QObject.connect(Receiver.get_receiver(),
|
||||
QtCore.SIGNAL(u'live_slide_blank'), self.blankScreen)
|
||||
|
@ -26,6 +26,9 @@
|
||||
<file>slide_first.png</file>
|
||||
<file>slide_last.png</file>
|
||||
<file>slide_next.png</file>
|
||||
<file>slide_blank.png</file>
|
||||
<file>slide_desktop.png</file>
|
||||
<file>slide_theme.png</file>
|
||||
<file>slide_previous.png</file>
|
||||
<file>media_playback_start.png</file>
|
||||
<file>media_playback_stop.png</file>
|
||||
|
BIN
resources/images/slide_blank.png
Normal file
BIN
resources/images/slide_blank.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 717 B |
BIN
resources/images/slide_desktop.png
Normal file
BIN
resources/images/slide_desktop.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 696 B |
BIN
resources/images/slide_theme.png
Normal file
BIN
resources/images/slide_theme.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 815 B |
Loading…
Reference in New Issue
Block a user