26 @param options dictionary containing the current server start options |
26 @param options dictionary containing the current server start options |
27 @type dict |
27 @type dict |
28 @param parent reference to the parent widget |
28 @param parent reference to the parent widget |
29 @type QWidget |
29 @type QWidget |
30 """ |
30 """ |
31 super(ServerStartOptionsDialog, self).__init__(parent) |
31 super().__init__(parent) |
32 self.setupUi(self) |
32 self.setupUi(self) |
33 |
33 |
34 e5project = e5App().getObject("Project") |
34 e5project = e5App().getObject("Project") |
35 |
35 |
36 self.certFilePicker.setMode(E5PathPickerModes.OpenFileMode) |
36 self.certFilePicker.setMode(E5PathPickerModes.OpenFileMode) |