eric6.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
-
name of the log file containing the error info (string)
- showMode
-
flag indicating to just show the error log message
(boolean)
- parent
-
reference to the parent widget (QWidget)
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.