eric6/Plugins/VcsPlugins/vcsGit/GitRevisionsSelectionDialog.py

branch
maintenance
changeset 8273
698ae46f40a4
parent 8218
7c09585bd960
equal deleted inserted replaced
8190:fb0ef164f536 8273:698ae46f40a4
24 24
25 @param tagsList list of tags (list of strings) 25 @param tagsList list of tags (list of strings)
26 @param branchesList list of branches (list of strings) 26 @param branchesList list of branches (list of strings)
27 @param parent parent widget of the dialog (QWidget) 27 @param parent parent widget of the dialog (QWidget)
28 """ 28 """
29 super(GitRevisionsSelectionDialog, self).__init__(parent) 29 super().__init__(parent)
30 self.setupUi(self) 30 self.setupUi(self)
31 31
32 self.buttonBox.button( 32 self.buttonBox.button(
33 QDialogButtonBox.StandardButton.Ok).setEnabled(False) 33 QDialogButtonBox.StandardButton.Ok).setEnabled(False)
34 34

eric ide

mercurial