remotetab

class openlp.plugins.remotes.lib.remotetab.RemoteTab(parent, title, visible_title, icon_path)[source]

Bases: openlp.core.lib.settingstab.SettingsTab

RemoteTab is the Remotes settings tab in the settings dialog.

generate_icon()[source]

Generate icon for main window

get_ip_address(ip_address)[source]

returns the IP address in dependency of the passed address ip_address == 0.0.0.0: return the IP address of the first valid interface else: return ip_address

load()[source]

Load the configuration and update the server configuration if necessary

on_thumbnails_check_box_changed(check_state)[source]

Toggle the thumbnail check box.

on_twelve_hour_check_box_changed(check_state)[source]

Toggle the 12 hour check box.

retranslateUi()[source]
save()[source]

Save the configuration and update the server configuration if necessary

set_urls()[source]

Update the display based on the data input on the screen

setupUi()[source]