8217:385f60c94548 | 8218:7c09585bd960 |
---|---|
22 Constructor | 22 Constructor |
23 | 23 |
24 @param parent reference to the parent widget | 24 @param parent reference to the parent widget |
25 @type QWidget | 25 @type QWidget |
26 """ | 26 """ |
27 super(E5PathPickerDialog, self).__init__(parent) | 27 super().__init__(parent) |
28 | 28 |
29 self.setMinimumWidth(400) | 29 self.setMinimumWidth(400) |
30 | 30 |
31 self.__layout = QVBoxLayout(self) | 31 self.__layout = QVBoxLayout(self) |
32 | 32 |