eric6/Plugins/VcsPlugins/vcsGit/GitNewProjectOptionsDialog.py

changeset 8218
7c09585bd960
parent 8143
2c730d5fd177
equal deleted inserted replaced
8217:385f60c94548 8218:7c09585bd960
32 Constructor 32 Constructor
33 33
34 @param vcs reference to the version control object 34 @param vcs reference to the version control object
35 @param parent parent widget (QWidget) 35 @param parent parent widget (QWidget)
36 """ 36 """
37 super(GitNewProjectOptionsDialog, self).__init__(parent) 37 super().__init__(parent)
38 self.setupUi(self) 38 self.setupUi(self)
39 39
40 self.__vcs = vcs 40 self.__vcs = vcs
41 41
42 self.projectDirButton.setIcon(UI.PixmapCache.getIcon("open")) 42 self.projectDirButton.setIcon(UI.PixmapCache.getIcon("open"))

eric ide

mercurial