biblestab¶
-
class
openlp.plugins.bibles.lib.biblestab.
BiblesTab
(parent, title, visible_title=None, icon_path=None)[source]¶ Bases:
openlp.core.lib.settingstab.SettingsTab
BiblesTab is the Bibles settings tab in the settings dialog.
-
check_is_verse_number_visible
()[source]¶ Enables / Disables verse settings dependent on is_verse_number_visible
-
get_grey_text_palette
(greyed)[source]¶ Returns a QPalette with greyed out text as used for placeholderText.
-
on_bible_search_while_typing_check_box_changed
(check_state)[source]¶ Event handler for the ‘hide_combined_quick_error’ check box
-
on_hide_combined_quick_error_check_box_changed
(check_state)[source]¶ Event handler for the ‘hide_combined_quick_error’ check box
-
on_is_verse_number_visible_check_box_changed
(check_state)[source]¶ Event handler for the ‘verse number visible’ check box
-