E5Gui/E5PathPickerDialog.py

branch
corba_options
changeset 6444
7ce7a43aeeba
parent 6441
b7c3b34661d5
child 6466
dac80ad0de75
equal deleted inserted replaced
6443:b21838e0adb9 6444:7ce7a43aeeba
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

eric ide

mercurial