presentationtab

class openlp.plugins.presentations.lib.presentationtab.PresentationTab(parent, title, visible_title, controllers, icon_path)[source]

Bases: openlp.core.lib.settingstab.SettingsTab

PresentationsTab is the Presentations settings tab in the settings dialog.

load()[source]

Load the settings.

on_program_path_edit_path_changed(filename)[source]

Select the mudraw or ghostscript binary that should be used.

retranslateUi()[source]

Make any translation changes

save()[source]

Save the settings. If the tab hasn’t been made visible to the user then there is nothing to do, so exit. This removes the need to start presentation applications unnecessarily.

set_controller_text(checkbox, controller)[source]
setupUi()[source]

Create the controls for the settings tab

tab_visible()[source]

Tab has just been made visible to the user