customtab

The customtab module contains the settings tab for the Custom Slides plugin, which is inserted into the configuration dialog.

class openlp.plugins.custom.lib.customtab.CustomTab(parent, title, visible_title, icon_path)[source]

Bases: openlp.core.lib.settingstab.SettingsTab

CustomTab is the Custom settings tab in the settings dialog.

load()[source]

Load the settings into the dialog

on_add_from_service_check_box_changed(check_state)[source]

Allows service items to create Custom items.

Parameters:check_state – The current check box state

Toggle the setting for displaying the footer.

Parameters:check_state – The current check box state
retranslateUi()[source]
save()[source]

Save the Dialog settings

setupUi()[source]