eric6/Plugins/VcsPlugins/vcsMercurial/HgRevisionSelectionDialog.py

changeset 8218
7c09585bd960
parent 8143
2c730d5fd177
child 8273
698ae46f40a4
equal deleted inserted replaced
8217:385f60c94548 8218:7c09585bd960
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