eric6/Plugins/VcsPlugins/vcsMercurial/HgBackoutDialog.py

changeset 8218
7c09585bd960
parent 8143
2c730d5fd177
child 8259
2bbec88047dd
equal deleted inserted replaced
8217:385f60c94548 8218:7c09585bd960
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 bookmarksList list of bookmarks (list of strings) 27 @param bookmarksList list of bookmarks (list of strings)
28 @param parent parent widget (QWidget) 28 @param parent parent widget (QWidget)
29 """ 29 """
30 super(HgBackoutDialog, self).__init__(parent) 30 super().__init__(parent)
31 self.setupUi(self) 31 self.setupUi(self)
32 32
33 self.buttonBox.button( 33 self.buttonBox.button(
34 QDialogButtonBox.StandardButton.Ok).setEnabled(False) 34 QDialogButtonBox.StandardButton.Ok).setEnabled(False)
35 35

eric ide

mercurial