generaltab

The general tab of the configuration dialog.

class openlp.core.ui.generaltab.GeneralTab(parent)[source]

Bases: openlp.core.lib.settingstab.SettingsTab

GeneralTab is the general settings tab in the settings dialog.

load()[source]

Load the settings to populate the form

on_display_changed()[source]

Called when the width, height, x position or y position has changed.

on_logo_background_color_changed(color)[source]

Select the background color for logo.

on_override_radio_button_pressed(checked)[source]

Toggle screen state depending on check box state.

Parameters:checked – The state of the check box (boolean).
post_set_up(postUpdate=False)[source]

Apply settings after settings tab has loaded and most of the system so must be delayed

retranslateUi()[source]

Translate the general settings tab to the currently selected language

save()[source]

Save the settings from the form

setupUi()[source]

Create the user interface for the general settings tab