eric6/Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/LfRevisionsInputDialog.py

changeset 8218
7c09585bd960
parent 8143
2c730d5fd177
equal deleted inserted replaced
8217:385f60c94548 8218:7c09585bd960
21 """ 21 """
22 Constructor 22 Constructor
23 23
24 @param parent reference to the parent widget (QWidget) 24 @param parent reference to the parent widget (QWidget)
25 """ 25 """
26 super(LfRevisionsInputDialog, self).__init__(parent) 26 super().__init__(parent)
27 self.setupUi(self) 27 self.setupUi(self)
28 28
29 self.buttonBox.button( 29 self.buttonBox.button(
30 QDialogButtonBox.StandardButton.Ok).setEnabled(False) 30 QDialogButtonBox.StandardButton.Ok).setEnabled(False)
31 31

eric ide

mercurial