eric7.UI.ErrorLogDialog
Module implementing a dialog to display an error log.
Global Attributes
Classes
Functions
ErrorLogDialog
Class implementing a dialog to display an error log.
Derived from
QDialog, Ui_ErrorLogDialog
Class Attributes
Class Methods
Methods
Static Methods
ErrorLogDialog (Constructor)
ErrorLogDialog(logFile, showMode, parent=None)
Constructor
- logFile (str)
-
name of the log file containing the error info
- showMode (bool)
-
flag indicating to just show the error log message
- parent (QWidget)
-
reference to the parent widget
ErrorLogDialog.on_deleteButton_clicked
on_deleteButton_clicked()
Private slot to delete the log file.
ErrorLogDialog.on_emailButton_clicked
on_emailButton_clicked()
Private slot to send an email.
ErrorLogDialog.on_keepButton_clicked
on_keepButton_clicked()
Private slot to just do nothing.