Preferences/ConfigurationPages/HelpWebBrowserPage.ui

changeset 0
de9c2efb9d02
child 354
f80d88e87677
equal deleted inserted replaced
-1:000000000000 0:de9c2efb9d02
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>HelpWebBrowserPage</class>
4 <widget class="QWidget" name="HelpWebBrowserPage">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>613</width>
10 <height>818</height>
11 </rect>
12 </property>
13 <layout class="QVBoxLayout" name="verticalLayout_2">
14 <item>
15 <widget class="QLabel" name="headerLabel">
16 <property name="text">
17 <string>&lt;b&gt;Configure web browser&lt;/b&gt;</string>
18 </property>
19 </widget>
20 </item>
21 <item>
22 <widget class="Line" name="line17">
23 <property name="frameShape">
24 <enum>QFrame::HLine</enum>
25 </property>
26 <property name="frameShadow">
27 <enum>QFrame::Sunken</enum>
28 </property>
29 <property name="orientation">
30 <enum>Qt::Horizontal</enum>
31 </property>
32 </widget>
33 </item>
34 <item>
35 <widget class="QCheckBox" name="singleHelpWindowCheckBox">
36 <property name="toolTip">
37 <string>Select to use a single help browser window only</string>
38 </property>
39 <property name="text">
40 <string>Use single web browser window</string>
41 </property>
42 </widget>
43 </item>
44 <item>
45 <widget class="QCheckBox" name="saveGeometryCheckBox">
46 <property name="toolTip">
47 <string>Select to save the window size and position</string>
48 </property>
49 <property name="text">
50 <string>Save size and position upon exit</string>
51 </property>
52 </widget>
53 </item>
54 <item>
55 <widget class="QCheckBox" name="webSuggestionsCheckBox">
56 <property name="toolTip">
57 <string>Select to enable suggestions for web searches</string>
58 </property>
59 <property name="text">
60 <string>Show suggestions for web searches</string>
61 </property>
62 </widget>
63 </item>
64 <item>
65 <widget class="QGroupBox" name="startupGroupBox">
66 <property name="title">
67 <string>Startup</string>
68 </property>
69 <layout class="QGridLayout" name="gridLayout_3">
70 <item row="0" column="0">
71 <widget class="QLabel" name="label">
72 <property name="text">
73 <string>On startup:</string>
74 </property>
75 </widget>
76 </item>
77 <item row="0" column="1" colspan="3">
78 <widget class="QComboBox" name="startupCombo">
79 <property name="toolTip">
80 <string>Select the startup behavior</string>
81 </property>
82 <item>
83 <property name="text">
84 <string>Show home page</string>
85 </property>
86 </item>
87 <item>
88 <property name="text">
89 <string>Show empty page</string>
90 </property>
91 </item>
92 </widget>
93 </item>
94 <item row="1" column="0">
95 <widget class="QLabel" name="label_2">
96 <property name="text">
97 <string>Home Page:</string>
98 </property>
99 </widget>
100 </item>
101 <item row="1" column="1" colspan="3">
102 <widget class="QLineEdit" name="homePageEdit">
103 <property name="toolTip">
104 <string>Enter the desired home page</string>
105 </property>
106 </widget>
107 </item>
108 <item row="2" column="1">
109 <widget class="QPushButton" name="setCurrentPageButton">
110 <property name="toolTip">
111 <string>Press to set the current page as the home page</string>
112 </property>
113 <property name="text">
114 <string>Set to current page</string>
115 </property>
116 </widget>
117 </item>
118 <item row="2" column="2">
119 <widget class="QPushButton" name="defaultHomeButton">
120 <property name="toolTip">
121 <string>Press to set the default home page</string>
122 </property>
123 <property name="text">
124 <string>Set to default home page</string>
125 </property>
126 </widget>
127 </item>
128 <item row="2" column="3">
129 <spacer name="horizontalSpacer_2">
130 <property name="orientation">
131 <enum>Qt::Horizontal</enum>
132 </property>
133 <property name="sizeHint" stdset="0">
134 <size>
135 <width>160</width>
136 <height>20</height>
137 </size>
138 </property>
139 </spacer>
140 </item>
141 </layout>
142 </widget>
143 </item>
144 <item>
145 <widget class="QGroupBox" name="groupBox_2">
146 <property name="title">
147 <string>Scheme</string>
148 </property>
149 <layout class="QGridLayout" name="gridLayout_4">
150 <item row="0" column="0">
151 <widget class="QLabel" name="label_3">
152 <property name="text">
153 <string>Default Scheme:</string>
154 </property>
155 </widget>
156 </item>
157 <item row="0" column="1">
158 <widget class="QComboBox" name="defaultSchemeCombo">
159 <property name="sizePolicy">
160 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
161 <horstretch>0</horstretch>
162 <verstretch>0</verstretch>
163 </sizepolicy>
164 </property>
165 <property name="toolTip">
166 <string>Select the default scheme</string>
167 </property>
168 <property name="whatsThis">
169 <string>&lt;b&gt;Default Scheme&lt;/b&gt;&lt;p&gt;Select the default scheme. This scheme is prepended to URLs, that don't contain one.&lt;/p&gt;</string>
170 </property>
171 <property name="editable">
172 <bool>false</bool>
173 </property>
174 </widget>
175 </item>
176 </layout>
177 </widget>
178 </item>
179 <item>
180 <widget class="QGroupBox" name="privacyGroup">
181 <property name="title">
182 <string>Privacy</string>
183 </property>
184 <layout class="QGridLayout" name="gridLayout">
185 <item row="0" column="0">
186 <widget class="QCheckBox" name="javaCheckBox">
187 <property name="toolTip">
188 <string>Select to enable Java</string>
189 </property>
190 <property name="text">
191 <string>Enable Java</string>
192 </property>
193 </widget>
194 </item>
195 <item row="1" column="0">
196 <widget class="QCheckBox" name="javaScriptCheckBox">
197 <property name="toolTip">
198 <string>Select to enable JavaScript</string>
199 </property>
200 <property name="text">
201 <string>Enable JavaScript</string>
202 </property>
203 </widget>
204 </item>
205 <item row="2" column="0">
206 <widget class="QCheckBox" name="jsOpenWindowsCheckBox">
207 <property name="toolTip">
208 <string>Select to allow JavaScript to open windows</string>
209 </property>
210 <property name="text">
211 <string>JavaScript can open windows</string>
212 </property>
213 </widget>
214 </item>
215 <item row="2" column="1">
216 <widget class="QCheckBox" name="jsClipboardCheckBox">
217 <property name="toolTip">
218 <string>Select to allow JavaScript to access the clipboard</string>
219 </property>
220 <property name="text">
221 <string>JavaScript can access clipboard</string>
222 </property>
223 </widget>
224 </item>
225 <item row="3" column="0">
226 <widget class="QCheckBox" name="pluginsCheckBox">
227 <property name="toolTip">
228 <string>Select to enable plugins in web pages</string>
229 </property>
230 <property name="text">
231 <string>Enable Plugins</string>
232 </property>
233 </widget>
234 </item>
235 </layout>
236 </widget>
237 </item>
238 <item>
239 <widget class="QGroupBox" name="groupBox_3">
240 <property name="title">
241 <string>Security</string>
242 </property>
243 <layout class="QGridLayout" name="gridLayout_5">
244 <item row="0" column="0">
245 <widget class="QCheckBox" name="savePasswordsCheckBox">
246 <property name="toolTip">
247 <string>Select to save passwords</string>
248 </property>
249 <property name="text">
250 <string>Save passwords</string>
251 </property>
252 </widget>
253 </item>
254 </layout>
255 </widget>
256 </item>
257 <item>
258 <widget class="QGroupBox" name="groupBox">
259 <property name="title">
260 <string>History</string>
261 </property>
262 <layout class="QHBoxLayout" name="horizontalLayout">
263 <item>
264 <widget class="QLabel" name="label_4">
265 <property name="text">
266 <string>Remove history items:</string>
267 </property>
268 </widget>
269 </item>
270 <item>
271 <widget class="QComboBox" name="expireHistory">
272 <property name="sizePolicy">
273 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
274 <horstretch>0</horstretch>
275 <verstretch>0</verstretch>
276 </sizepolicy>
277 </property>
278 <property name="toolTip">
279 <string>Select the period for expiration of history entries</string>
280 </property>
281 <item>
282 <property name="text">
283 <string>After one day</string>
284 </property>
285 </item>
286 <item>
287 <property name="text">
288 <string>After one week</string>
289 </property>
290 </item>
291 <item>
292 <property name="text">
293 <string>After two weeks</string>
294 </property>
295 </item>
296 <item>
297 <property name="text">
298 <string>After one month</string>
299 </property>
300 </item>
301 <item>
302 <property name="text">
303 <string>After one year</string>
304 </property>
305 </item>
306 <item>
307 <property name="text">
308 <string>Manually</string>
309 </property>
310 </item>
311 <item>
312 <property name="text">
313 <string>On application exit</string>
314 </property>
315 </item>
316 </widget>
317 </item>
318 </layout>
319 </widget>
320 </item>
321 <item>
322 <widget class="QGroupBox" name="cacheGroup">
323 <property name="title">
324 <string>Browser Cache</string>
325 </property>
326 <layout class="QGridLayout" name="gridLayout_2">
327 <item row="0" column="0" colspan="3">
328 <widget class="QCheckBox" name="diskCacheCheckBox">
329 <property name="text">
330 <string>Enable disk cache</string>
331 </property>
332 </widget>
333 </item>
334 <item row="1" column="0">
335 <widget class="QLabel" name="label_7">
336 <property name="text">
337 <string>Cache size:</string>
338 </property>
339 </widget>
340 </item>
341 <item row="1" column="1">
342 <widget class="QSpinBox" name="cacheSizeSpinBox">
343 <property name="toolTip">
344 <string>Enter the maximum size of the disk cache</string>
345 </property>
346 <property name="alignment">
347 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
348 </property>
349 <property name="suffix">
350 <string> MB</string>
351 </property>
352 <property name="minimum">
353 <number>1</number>
354 </property>
355 <property name="maximum">
356 <number>999</number>
357 </property>
358 </widget>
359 </item>
360 <item row="1" column="2">
361 <spacer name="horizontalSpacer">
362 <property name="orientation">
363 <enum>Qt::Horizontal</enum>
364 </property>
365 <property name="sizeHint" stdset="0">
366 <size>
367 <width>410</width>
368 <height>20</height>
369 </size>
370 </property>
371 </spacer>
372 </item>
373 </layout>
374 </widget>
375 </item>
376 <item>
377 <widget class="QGroupBox" name="printGroup">
378 <property name="title">
379 <string>Printing</string>
380 </property>
381 <layout class="QVBoxLayout" name="verticalLayout">
382 <item>
383 <widget class="QCheckBox" name="printBackgroundsCheckBox">
384 <property name="toolTip">
385 <string>Select to print background colours and images</string>
386 </property>
387 <property name="text">
388 <string>Print background colours and images</string>
389 </property>
390 </widget>
391 </item>
392 </layout>
393 </widget>
394 </item>
395 <item>
396 <spacer>
397 <property name="orientation">
398 <enum>Qt::Vertical</enum>
399 </property>
400 <property name="sizeHint" stdset="0">
401 <size>
402 <width>479</width>
403 <height>121</height>
404 </size>
405 </property>
406 </spacer>
407 </item>
408 </layout>
409 </widget>
410 <tabstops>
411 <tabstop>singleHelpWindowCheckBox</tabstop>
412 <tabstop>saveGeometryCheckBox</tabstop>
413 <tabstop>webSuggestionsCheckBox</tabstop>
414 <tabstop>startupCombo</tabstop>
415 <tabstop>homePageEdit</tabstop>
416 <tabstop>setCurrentPageButton</tabstop>
417 <tabstop>defaultHomeButton</tabstop>
418 <tabstop>defaultSchemeCombo</tabstop>
419 <tabstop>javaCheckBox</tabstop>
420 <tabstop>javaScriptCheckBox</tabstop>
421 <tabstop>jsOpenWindowsCheckBox</tabstop>
422 <tabstop>jsClipboardCheckBox</tabstop>
423 <tabstop>pluginsCheckBox</tabstop>
424 <tabstop>savePasswordsCheckBox</tabstop>
425 <tabstop>expireHistory</tabstop>
426 <tabstop>diskCacheCheckBox</tabstop>
427 <tabstop>cacheSizeSpinBox</tabstop>
428 <tabstop>printBackgroundsCheckBox</tabstop>
429 </tabstops>
430 <resources/>
431 <connections/>
432 </ui>

eric ide

mercurial