30 self.setMinimumWidth(400) |
30 self.setMinimumWidth(400) |
31 |
31 |
32 self.__layout = QVBoxLayout(self) |
32 self.__layout = QVBoxLayout(self) |
33 |
33 |
34 self.__label = QLabel(self) |
34 self.__label = QLabel(self) |
|
35 self.__label.setWordWrap(True) |
35 |
36 |
36 self.__pathPicker = E5PathPicker(self) |
37 self.__pathPicker = E5PathPicker(self) |
37 self.__buttonBox = QDialogButtonBox( |
38 self.__buttonBox = QDialogButtonBox( |
38 QDialogButtonBox.Cancel | QDialogButtonBox.Ok, self) |
39 QDialogButtonBox.Cancel | QDialogButtonBox.Ok, self) |
39 |
40 |