forked from openlp/openlp
resources for media
This commit is contained in:
parent
34275d0a5f
commit
0e980b6a98
File diff suppressed because it is too large
Load Diff
@ -51,7 +51,7 @@ class PlayerTab(SettingsTab):
|
||||
self.mainWindow = mainWindow
|
||||
self.mediaPlayers = mainWindow.mediaController.mediaPlayers
|
||||
self.savedUsedPlayers = None
|
||||
self.iconPath = u':/system/system_settings.png'
|
||||
self.iconPath = u':/media/multimedia-player.png'
|
||||
player_translated = translate('OpenLP.PlayerTab', 'Players')
|
||||
SettingsTab.__init__(self, parent, u'Players', player_translated)
|
||||
|
||||
|
BIN
resources/images/auto-start_active.png
Normal file
BIN
resources/images/auto-start_active.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 815 B |
BIN
resources/images/auto-start_inactive.png
Normal file
BIN
resources/images/auto-start_inactive.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 767 B |
BIN
resources/images/multimedia-player.png
Normal file
BIN
resources/images/multimedia-player.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 597 B |
@ -133,6 +133,9 @@
|
||||
<file>media_audio.png</file>
|
||||
<file>media_video.png</file>
|
||||
<file>slidecontroller_multimedia.png</file>
|
||||
<file>auto-start_active.png</file>
|
||||
<file>auto-start_inactive.png</file>
|
||||
<file>multimedia-player.png</file>
|
||||
</qresource>
|
||||
<qresource prefix="messagebox">
|
||||
<file>messagebox_critical.png</file>
|
||||
|
Loading…
Reference in New Issue
Block a user