eric6/PipInterface/PipDialog.py

changeset 8218
7c09585bd960
parent 8143
2c730d5fd177
child 8273
698ae46f40a4
equal deleted inserted replaced
8217:385f60c94548 8218:7c09585bd960
31 @param text text to be shown by the label 31 @param text text to be shown by the label
32 @type str 32 @type str
33 @param parent reference to the parent widget 33 @param parent reference to the parent widget
34 @type QWidget 34 @type QWidget
35 """ 35 """
36 super(PipDialog, self).__init__(parent) 36 super().__init__(parent)
37 self.setupUi(self) 37 self.setupUi(self)
38 38
39 self.buttonBox.button( 39 self.buttonBox.button(
40 QDialogButtonBox.StandardButton.Close).setEnabled(False) 40 QDialogButtonBox.StandardButton.Close).setEnabled(False)
41 self.buttonBox.button( 41 self.buttonBox.button(

eric ide

mercurial