eric6/Plugins/DocumentationPlugins/Ericapi/EricapiExecDialog.py

changeset 8218
7c09585bd960
parent 8143
2c730d5fd177
equal deleted inserted replaced
8217:385f60c94548 8218:7c09585bd960
31 Constructor 31 Constructor
32 32
33 @param cmdname name of the ericapi generator (string) 33 @param cmdname name of the ericapi generator (string)
34 @param parent parent widget of this dialog (QWidget) 34 @param parent parent widget of this dialog (QWidget)
35 """ 35 """
36 super(EricapiExecDialog, self).__init__(parent) 36 super().__init__(parent)
37 self.setModal(True) 37 self.setModal(True)
38 self.setupUi(self) 38 self.setupUi(self)
39 39
40 self.buttonBox.button( 40 self.buttonBox.button(
41 QDialogButtonBox.StandardButton.Close).setEnabled(False) 41 QDialogButtonBox.StandardButton.Close).setEnabled(False)

eric ide

mercurial