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( |