eric6/Plugins/VcsPlugins/vcsMercurial/HgAddSubrepositoryDialog.py

changeset 8218
7c09585bd960
parent 8143
2c730d5fd177
equal deleted inserted replaced
8217:385f60c94548 8218:7c09585bd960
29 Constructor 29 Constructor
30 30
31 @param projectPath project directory name (string) 31 @param projectPath project directory name (string)
32 @param parent reference to the parent widget (QWidget) 32 @param parent reference to the parent widget (QWidget)
33 """ 33 """
34 super(HgAddSubrepositoryDialog, self).__init__(parent) 34 super().__init__(parent)
35 self.setupUi(self) 35 self.setupUi(self)
36 36
37 self.pathPicker.setMode(E5PathPickerModes.DirectoryMode) 37 self.pathPicker.setMode(E5PathPickerModes.DirectoryMode)
38 self.pathPicker.setDefaultDirectory(projectPath) 38 self.pathPicker.setDefaultDirectory(projectPath)
39 39

eric ide

mercurial