settingstab¶
The settingstab
module contains the base SettingsTab class which plugins use for adding their
own tab to the settings dialog.
-
class
openlp.core.lib.settingstab.
SettingsTab
(parent, title, visible_title=None, icon_path=None)[source]¶ Bases:
PyQt5.QtWidgets.QWidget
,openlp.core.common.registryproperties.RegistryProperties
SettingsTab is a helper widget for plugins to define Tabs for the settings dialog.