editverseform¶
-
class
openlp.plugins.songs.forms.editverseform.
EditVerseForm
(parent=None)[source]¶ Bases:
PyQt5.QtWidgets.QDialog
,openlp.plugins.songs.forms.editversedialog.Ui_EditVerseDialog
This is the form that is used to edit the verses of the song.
-
insert_verse
(verse_tag, verse_num=1)[source]¶ Insert a verse
Parameters: - verse_tag – The verse tag
- verse_num – The verse number
The insert button has been pressed
The split button has been pressed
The transpose down button clicked
The transpose up button clicked
-