eric6/Plugins/VcsPlugins/vcsMercurial/HgBookmarkRenameDialog.py

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

eric ide

mercurial