eric6/Plugins/VcsPlugins/vcsPySvn/SvnCommandDialog.py

changeset 8218
7c09585bd960
parent 8143
2c730d5fd177
equal deleted inserted replaced
8217:385f60c94548 8218:7c09585bd960
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(

eric ide

mercurial