eric6/Plugins/VcsPlugins/vcsSubversion/SvnTagDialog.py

changeset 8218
7c09585bd960
parent 8143
2c730d5fd177
equal deleted inserted replaced
8217:385f60c94548 8218:7c09585bd960
24 @param reposURL repository path (string) or None 24 @param reposURL repository path (string) or None
25 @param standardLayout flag indicating the layout of the 25 @param standardLayout flag indicating the layout of the
26 repository (boolean) 26 repository (boolean)
27 @param parent parent widget (QWidget) 27 @param parent parent widget (QWidget)
28 """ 28 """
29 super(SvnTagDialog, self).__init__(parent) 29 super().__init__(parent)
30 self.setupUi(self) 30 self.setupUi(self)
31 31
32 self.okButton = self.buttonBox.button( 32 self.okButton = self.buttonBox.button(
33 QDialogButtonBox.StandardButton.Ok) 33 QDialogButtonBox.StandardButton.Ok)
34 self.okButton.setEnabled(False) 34 self.okButton.setEnabled(False)

eric ide

mercurial