editcustomslideform

class openlp.plugins.custom.forms.editcustomslideform.EditCustomSlideForm(parent=None)[source]

Bases: PyQt5.QtWidgets.QDialog, openlp.plugins.custom.forms.editcustomslidedialog.Ui_CustomSlideEditDialog

Class documentation goes here.

get_text()[source]

Returns a list with all slides.

insert_single_line_text_at_cursor(text)[source]

Adds a single line at the cursor position.

Parameters:text – The text to be inserted
on_insert_button_clicked()[source]

Adds a slide split at the cursor.

on_split_button_clicked()[source]

Adds an optional split at cursor.

set_text(text)[source]

Set the text for slide_text_edit.

Parameters:text – The text (unicode).