40 </item> |
40 </item> |
41 <item> |
41 <item> |
42 <widget class="E5PathPicker" name="filePicker" native="true"> |
42 <widget class="E5PathPicker" name="filePicker" native="true"> |
43 <property name="focusPolicy"> |
43 <property name="focusPolicy"> |
44 <enum>Qt::StrongFocus</enum> |
44 <enum>Qt::StrongFocus</enum> |
|
45 </property> |
|
46 </widget> |
|
47 </item> |
|
48 <item> |
|
49 <widget class="QCheckBox" name="userCheckBox"> |
|
50 <property name="toolTip"> |
|
51 <string>Select to install to the Python user install directory</string> |
|
52 </property> |
|
53 <property name="text"> |
|
54 <string>Install into User Directory</string> |
45 </property> |
55 </property> |
46 </widget> |
56 </widget> |
47 </item> |
57 </item> |
48 <item> |
58 <item> |
49 <widget class="QDialogButtonBox" name="buttonBox"> |
59 <widget class="QDialogButtonBox" name="buttonBox"> |