eric6/Plugins/VcsPlugins/vcsMercurial/HgRevisionSelectionDialog.py

branch
maintenance
changeset 8273
698ae46f40a4
parent 8176
31965986ecd1
parent 8218
7c09585bd960
equal deleted inserted replaced
8190:fb0ef164f536 8273:698ae46f40a4
26 @param branchesList list of branches (list of strings) 26 @param branchesList list of branches (list of strings)
27 @param bookmarksList list of bookmarks (list of strings) 27 @param bookmarksList list of bookmarks (list of strings)
28 @param noneLabel labeltext for "no revision selected" (string) 28 @param noneLabel labeltext for "no revision selected" (string)
29 @param parent parent widget (QWidget) 29 @param parent parent widget (QWidget)
30 """ 30 """
31 super(HgRevisionSelectionDialog, self).__init__(parent) 31 super().__init__(parent)
32 self.setupUi(self) 32 self.setupUi(self)
33 33
34 self.buttonBox.button( 34 self.buttonBox.button(
35 QDialogButtonBox.StandardButton.Ok).setEnabled(False) 35 QDialogButtonBox.StandardButton.Ok).setEnabled(False)
36 36

eric ide

mercurial