playertab¶
The playertab
module holds the configuration tab for the media stuff.
-
class
openlp.core.ui.media.playertab.
MediaQCheckBox
[source]¶ Bases:
PyQt5.QtWidgets.QCheckBox
MediaQCheckBox adds an extra property, player_name to the QCheckBox class.
-
class
openlp.core.ui.media.playertab.
PlayerTab
(parent)[source]¶ Bases:
openlp.core.lib.settingstab.SettingsTab
MediaTab is the Media settings tab in the settings dialog.
-
on_background_color_changed
(color)[source]¶ Set the background color
Parameters: color – The color to be set.
Move a media player down in the order
-
on_player_check_box_changed
(check_state)[source]¶ Add or remove players depending on their status
Parameters: check_state – The requested status.
Move a media player up in the order
-