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.

get_service_item()[source]

Get the modified service item.

load_data()[source]

Loads the image list.

on_current_row_changed(row)[source]

Called when the currentRow has changed.

Parameters:row – The row number (int).
on_delete_button_clicked()[source]

Delete the current row.

on_down_button_clicked()[source]

Move the current row down in the list

on_up_button_clicked()[source]

Move the current row up in the list.

set_service_item(item)[source]

Set the service item to be edited.