eric6/Plugins/VcsPlugins/vcsMercurial/HgTagDialog.py

changeset 8218
7c09585bd960
parent 8143
2c730d5fd177
child 8259
2bbec88047dd
equal deleted inserted replaced
8217:385f60c94548 8218:7c09585bd960
31 @param taglist list of previously entered tags (list of strings) 31 @param taglist list of previously entered tags (list of strings)
32 @param revision revision to set tag for (string) 32 @param revision revision to set tag for (string)
33 @param tagName name of the tag (string) 33 @param tagName name of the tag (string)
34 @param parent parent widget (QWidget) 34 @param parent parent widget (QWidget)
35 """ 35 """
36 super(HgTagDialog, self).__init__(parent) 36 super().__init__(parent)
37 self.setupUi(self) 37 self.setupUi(self)
38 38
39 self.okButton = self.buttonBox.button( 39 self.okButton = self.buttonBox.button(
40 QDialogButtonBox.StandardButton.Ok) 40 QDialogButtonBox.StandardButton.Ok)
41 self.okButton.setEnabled(False) 41 self.okButton.setEnabled(False)

eric ide

mercurial