39 <string>Plugins download directory:</string> |
39 <string>Plugins download directory:</string> |
40 </property> |
40 </property> |
41 </widget> |
41 </widget> |
42 </item> |
42 </item> |
43 <item> |
43 <item> |
44 <widget class="QLineEdit" name="downloadDirEdit"> |
44 <widget class="E5PathPicker" name="downloadDirPicker" native="true"> |
|
45 <property name="sizePolicy"> |
|
46 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
|
47 <horstretch>0</horstretch> |
|
48 <verstretch>0</verstretch> |
|
49 </sizepolicy> |
|
50 </property> |
|
51 <property name="focusPolicy"> |
|
52 <enum>Qt::StrongFocus</enum> |
|
53 </property> |
45 <property name="toolTip"> |
54 <property name="toolTip"> |
46 <string>Enter the plugins download directory</string> |
55 <string>Enter the plugins download directory</string> |
47 </property> |
|
48 </widget> |
|
49 </item> |
|
50 <item> |
|
51 <widget class="QToolButton" name="downloadDirButton"> |
|
52 <property name="toolTip"> |
|
53 <string>Select the plugins download directory via a directory selection dialog</string> |
|
54 </property> |
56 </property> |
55 </widget> |
57 </widget> |
56 </item> |
58 </item> |
57 </layout> |
59 </layout> |
58 </item> |
60 </item> |
231 </property> |
233 </property> |
232 </spacer> |
234 </spacer> |
233 </item> |
235 </item> |
234 </layout> |
236 </layout> |
235 </widget> |
237 </widget> |
|
238 <customwidgets> |
|
239 <customwidget> |
|
240 <class>E5PathPicker</class> |
|
241 <extends>QWidget</extends> |
|
242 <header>E5Gui/E5PathPicker.h</header> |
|
243 <container>1</container> |
|
244 </customwidget> |
|
245 </customwidgets> |
236 <tabstops> |
246 <tabstops> |
237 <tabstop>downloadDirEdit</tabstop> |
247 <tabstop>downloadDirPicker</tabstop> |
238 <tabstop>downloadDirButton</tabstop> |
|
239 <tabstop>generationsSpinBox</tabstop> |
248 <tabstop>generationsSpinBox</tabstop> |
240 <tabstop>keepHiddenCheckBox</tabstop> |
249 <tabstop>keepHiddenCheckBox</tabstop> |
241 <tabstop>activateExternalPluginsCheckBox</tabstop> |
250 <tabstop>activateExternalPluginsCheckBox</tabstop> |
242 <tabstop>noCheckRadioButton</tabstop> |
251 <tabstop>noCheckRadioButton</tabstop> |
243 <tabstop>dailyCheckRadioButton</tabstop> |
252 <tabstop>dailyCheckRadioButton</tabstop> |