exceptionform

The actual exception dialog form.

class openlp.core.ui.exceptionform.ExceptionForm[source]

Bases: PyQt5.QtWidgets.QDialog, openlp.core.ui.exceptiondialog.Ui_ExceptionDialog, openlp.core.common.registryproperties.RegistryProperties

The exception dialog

exec()[source]

Show the dialog.

on_attach_file_button_clicked()[source]

Attache files to the bug report e-mail.

on_description_updated()[source]

Update the minimum number of characters needed in the description.

on_save_report_button_clicked()[source]

Saving exception log and system information to a file.

on_send_report_button_clicked()[source]

Opening systems default email client and inserting exception log and system information.