editbibleform

class openlp.plugins.bibles.forms.editbibleform.EditBibleForm(media_item, parent, manager)[source]

Bases: PyQt5.QtWidgets.QDialog, openlp.plugins.bibles.forms.editbibledialog.Ui_EditBibleDialog, openlp.core.common.registryproperties.RegistryProperties

Class to manage the editing of a bible

accept()[source]

Exit Dialog and save data

load_bible(bible)[source]

Loads a bible.

bible

Parameters:bible – The name of the bible.
reject()[source]

Exit Dialog and do not save

validate_book(new_book_name, abbreviation)[source]

Validate a book.

validate_meta(name, copyright)[source]

Validate the Meta before saving.