songbookform

This module contains the song book form

class openlp.plugins.songs.forms.songbookform.SongBookForm(parent=None)[source]

Bases: PyQt5.QtWidgets.QDialog, openlp.plugins.songs.forms.songbookdialog.Ui_SongBookDialog

Class documentation goes here.

accept()[source]

Override the inherited method to check that the name of the book has been typed in.

exec(clear=True)[source]

Execute the song book form.

Parameters:clear – Clear the fields on the form before displaying it.