eric6/Plugins/VcsPlugins/vcsMercurial/HgExportDialog.py

changeset 8218
7c09585bd960
parent 8143
2c730d5fd177
child 8228
772103b14c18
equal deleted inserted replaced
8217:385f60c94548 8218:7c09585bd960
31 "--bookmark" option 31 "--bookmark" option
32 @type bool 32 @type bool
33 @param parent reference to the parent widget 33 @param parent reference to the parent widget
34 @type QWidget 34 @type QWidget
35 """ 35 """
36 super(HgExportDialog, self).__init__(parent) 36 super().__init__(parent)
37 self.setupUi(self) 37 self.setupUi(self)
38 38
39 self.directoryPicker.setMode(E5PathPickerModes.DirectoryMode) 39 self.directoryPicker.setMode(E5PathPickerModes.DirectoryMode)
40 40
41 self.buttonBox.button( 41 self.buttonBox.button(

eric ide

mercurial