serviceitemeditform¶
The service item edit dialog
-
class
openlp.core.ui.serviceitemeditform.
ServiceItemEditForm
[source]¶ Bases:
PyQt5.QtWidgets.QDialog
,openlp.core.ui.serviceitemeditdialog.Ui_ServiceItemEditDialog
,openlp.core.common.registryproperties.RegistryProperties
This is the form that is used to edit the verses of the song.
-
on_current_row_changed
(row)[source]¶ Called when the currentRow has changed.
Parameters: row – The row number (int).
Delete the current row.
Move the current row down in the list
Move the current row up in the list.
-