23 |
23 |
24 @param tagsList list of tags (list of strings) |
24 @param tagsList list of tags (list of strings) |
25 @param branchesList list of branches (list of strings) |
25 @param branchesList list of branches (list of strings) |
26 @param parent parent widget (QWidget) |
26 @param parent parent widget (QWidget) |
27 """ |
27 """ |
28 super(GitBundleDialog, self).__init__(parent) |
28 super().__init__(parent) |
29 self.setupUi(self) |
29 self.setupUi(self) |
30 |
30 |
31 self.buttonBox.button( |
31 self.buttonBox.button( |
32 QDialogButtonBox.StandardButton.Ok).setEnabled(False) |
32 QDialogButtonBox.StandardButton.Ok).setEnabled(False) |
33 |
33 |