forked from openlp/openlp
Tiled icons for toolbar
This commit is contained in:
parent
fcd14a12cd
commit
91ab6a64bf
@ -110,13 +110,12 @@ class ProjectorWizard(QtGui.QWizard, RegistryProperties):
|
||||
self.setWindowTitle(translate('OpenLP.ProjectorWizard',
|
||||
'New Projector Wizard'))
|
||||
self.setStartId(ConnectWelcome)
|
||||
self.restart()
|
||||
else:
|
||||
log.debug('ProjectorWizard() Editing existing projector')
|
||||
self.setWindowTitle(translate('OpenLP.ProjectorWizard',
|
||||
'Edit Projector Wizard'))
|
||||
self.setStartId(ConnectEdit)
|
||||
self.restart()
|
||||
self.restart()
|
||||
saved = QtGui.QWizard.exec_(self)
|
||||
self.projector = None
|
||||
return saved
|
||||
|
BIN
resources/images/projector_blank-tiled.png
Normal file
BIN
resources/images/projector_blank-tiled.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 652 B |
BIN
resources/images/projector_connect-tiled.png
Normal file
BIN
resources/images/projector_connect-tiled.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 920 B |
BIN
resources/images/projector_disconnect-tiled.png
Normal file
BIN
resources/images/projector_disconnect-tiled.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 914 B |
BIN
resources/images/projector_power_off-tiled.png
Normal file
BIN
resources/images/projector_power_off-tiled.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 894 B |
BIN
resources/images/projector_power_on-tiled.png
Normal file
BIN
resources/images/projector_power_on-tiled.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 935 B |
BIN
resources/images/projector_show-tiled.png
Normal file
BIN
resources/images/projector_show-tiled.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 893 B |
Loading…
Reference in New Issue
Block a user