eric6/UI/ErrorLogDialog.py

changeset 8218
7c09585bd960
parent 8143
2c730d5fd177
child 8243
cc717c2ae956
equal deleted inserted replaced
8217:385f60c94548 8218:7c09585bd960
26 @param logFile name of the log file containing the error info (string) 26 @param logFile name of the log file containing the error info (string)
27 @param showMode flag indicating to just show the error log message 27 @param showMode flag indicating to just show the error log message
28 (boolean) 28 (boolean)
29 @param parent reference to the parent widget (QWidget) 29 @param parent reference to the parent widget (QWidget)
30 """ 30 """
31 super(ErrorLogDialog, self).__init__(parent) 31 super().__init__(parent)
32 self.setupUi(self) 32 self.setupUi(self)
33 self.setWindowFlags(Qt.WindowType.Window) 33 self.setWindowFlags(Qt.WindowType.Window)
34 34
35 pixmap = ( 35 pixmap = (
36 self.style().standardIcon( 36 self.style().standardIcon(

eric ide

mercurial