alertform¶
-
class
openlp.plugins.alerts.forms.alertform.
AlertForm
(plugin)[source]¶ Bases:
PyQt5.QtWidgets.QDialog
,openlp.plugins.alerts.forms.alertdialog.Ui_AlertDialog
Provide UI for the alert system
-
on_current_row_changed
(row)[source]¶ Called when the alert_list_widget’s current row has been changed. This enables or disables buttons which require an item to act on.
Parameters: row – The row (int). If there is no current row, the value is -1.
Deletes the selected item.
-