31 @param argvList history list of commandline arguments (list of strings) |
31 @param argvList history list of commandline arguments (list of strings) |
32 @param wdList history list of working directories (list of strings) |
32 @param wdList history list of working directories (list of strings) |
33 @param ppath pathname of the project directory (string) |
33 @param ppath pathname of the project directory (string) |
34 @param parent parent widget of this dialog (QWidget) |
34 @param parent parent widget of this dialog (QWidget) |
35 """ |
35 """ |
36 super(SvnCommandDialog, self).__init__(parent) |
36 super().__init__(parent) |
37 self.setupUi(self) |
37 self.setupUi(self) |
38 |
38 |
39 self.workdirPicker.setMode(E5PathPickerModes.DirectoryMode) |
39 self.workdirPicker.setMode(E5PathPickerModes.DirectoryMode) |
40 |
40 |
41 self.okButton = self.buttonBox.button( |
41 self.okButton = self.buttonBox.button( |