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.

load()[source]
on_bible_search_while_typing_check_box_changed(check_state)[source]

Event handler for the ‘hide_combined_quick_error’ check box

on_bible_second_check_box(check_state)[source]
on_bible_theme_combo_box_changed()[source]
on_display_style_combo_box_changed()[source]
on_end_separator_check_box_clicked(checked)[source]
on_end_separator_line_edit_edited(text)[source]
on_end_separator_line_edit_finished()[source]
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

on_language_selection_combo_box_changed()[source]
on_layout_style_combo_box_changed()[source]
on_list_separator_check_box_clicked(checked)[source]
on_list_separator_line_edit_edited(text)[source]
on_list_separator_line_edit_finished()[source]
on_new_chapters_check_box_changed(check_state)[source]
on_range_separator_check_box_clicked(checked)[source]
on_range_separator_line_edit_edited(text)[source]
on_range_separator_line_edit_finished()[source]
on_reset_to_combined_quick_search_check_box_changed(check_state)[source]

Event handler for the ‘hide_combined_quick_error’ check box

on_verse_separator_check_box_clicked(checked)[source]
on_verse_separator_line_edit_edited(text)[source]
on_verse_separator_line_edit_finished()[source]
retranslateUi()[source]
save()[source]
setupUi()[source]
update_theme_list(theme_list)[source]

Called from ThemeManager when the Themes have changed.

Parameters:theme_list

The list of available themes:

['Bible Theme', 'Song Theme']