eric6/PipInterface/PipDialog.py

branch
maintenance
changeset 8273
698ae46f40a4
parent 8176
31965986ecd1
parent 8218
7c09585bd960
equal deleted inserted replaced
8190:fb0ef164f536 8273:698ae46f40a4
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