eric6/Plugins/VcsPlugins/vcsGit/GitArchiveDataDialog.py

branch
maintenance
changeset 8273
698ae46f40a4
parent 8218
7c09585bd960
equal deleted inserted replaced
8190:fb0ef164f536 8273:698ae46f40a4
32 @param tagsList list of tags (list of strings) 32 @param tagsList list of tags (list of strings)
33 @param branchesList list of branches (list of strings) 33 @param branchesList list of branches (list of strings)
34 @param formatsList list of archive formats (list of strings) 34 @param formatsList list of archive formats (list of strings)
35 @param parent reference to the parent widget (QWidget) 35 @param parent reference to the parent widget (QWidget)
36 """ 36 """
37 super(GitArchiveDataDialog, self).__init__(parent) 37 super().__init__(parent)
38 self.setupUi(self) 38 self.setupUi(self)
39 39
40 self.fileButton.setIcon(UI.PixmapCache.getIcon("open")) 40 self.fileButton.setIcon(UI.PixmapCache.getIcon("open"))
41 41
42 self.buttonBox.button( 42 self.buttonBox.button(

eric ide

mercurial