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( |