eric6/E5Gui/E5SimpleHelpDialog.py

changeset 8143
2c730d5fd177
parent 7923
91e843545d9a
child 8218
7c09585bd960
equal deleted inserted replaced
8141:27f636beebad 8143:2c730d5fd177
30 @param parent reference to the parent widget 30 @param parent reference to the parent widget
31 @type QWidget 31 @type QWidget
32 """ 32 """
33 super(E5SimpleHelpDialog, self).__init__(parent) 33 super(E5SimpleHelpDialog, self).__init__(parent)
34 self.setupUi(self) 34 self.setupUi(self)
35 self.setWindowFlags(Qt.Window) 35 self.setWindowFlags(Qt.WindowType.Window)
36 36
37 self.setWindowTitle(title) 37 self.setWindowTitle(title)
38 if label: 38 if label:
39 self.helpLabel.setText(label) 39 self.helpLabel.setText(label)
40 else: 40 else:

eric ide

mercurial