eric6/Plugins/VcsPlugins/vcsGit/GitCommandDialog.py

branch
maintenance
changeset 8273
698ae46f40a4
parent 8218
7c09585bd960
equal deleted inserted replaced
8190:fb0ef164f536 8273:698ae46f40a4
29 29
30 @param argvList history list of commandline arguments (list of strings) 30 @param argvList history list of commandline arguments (list of strings)
31 @param ppath pathname of the project directory (string) 31 @param ppath pathname of the project directory (string)
32 @param parent parent widget of this dialog (QWidget) 32 @param parent parent widget of this dialog (QWidget)
33 """ 33 """
34 super(GitCommandDialog, self).__init__(parent) 34 super().__init__(parent)
35 self.setupUi(self) 35 self.setupUi(self)
36 36
37 self.okButton = self.buttonBox.button( 37 self.okButton = self.buttonBox.button(
38 QDialogButtonBox.StandardButton.Ok) 38 QDialogButtonBox.StandardButton.Ok)
39 self.okButton.setEnabled(False) 39 self.okButton.setEnabled(False)

eric ide

mercurial