Preferences/ConfigurationPages/HelpWebBrowserPage.ui

changeset 629
c88489b378fb
parent 354
f80d88e87677
child 634
7b84cbd2f752
equal deleted inserted replaced
628:94f012a1261f 629:c88489b378fb
5 <property name="geometry"> 5 <property name="geometry">
6 <rect> 6 <rect>
7 <x>0</x> 7 <x>0</x>
8 <y>0</y> 8 <y>0</y>
9 <width>613</width> 9 <width>613</width>
10 <height>818</height> 10 <height>904</height>
11 </rect> 11 </rect>
12 </property> 12 </property>
13 <layout class="QVBoxLayout" name="verticalLayout_3"> 13 <layout class="QVBoxLayout" name="verticalLayout_4">
14 <item> 14 <item>
15 <widget class="QLabel" name="headerLabel"> 15 <widget class="QLabel" name="headerLabel">
16 <property name="text"> 16 <property name="text">
17 <string>&lt;b&gt;Configure web browser&lt;/b&gt;</string> 17 <string>&lt;b&gt;Configure web browser&lt;/b&gt;</string>
18 </property> 18 </property>
339 <property name="text"> 339 <property name="text">
340 <string>Enable disk cache</string> 340 <string>Enable disk cache</string>
341 </property> 341 </property>
342 </widget> 342 </widget>
343 </item> 343 </item>
344 <item row="1" column="0"> 344 <item row="1" column="0" colspan="3">
345 <widget class="QGroupBox" name="groupBox_4">
346 <property name="title">
347 <string>Policy</string>
348 </property>
349 <layout class="QVBoxLayout" name="verticalLayout_3">
350 <item>
351 <widget class="QRadioButton" name="cacheKeepButton">
352 <property name="toolTip">
353 <string>Select to prefer the network</string>
354 </property>
355 <property name="text">
356 <string>Keep cache in sync</string>
357 </property>
358 </widget>
359 </item>
360 <item>
361 <widget class="QRadioButton" name="cachePreferButton">
362 <property name="toolTip">
363 <string>Select to prefer cached data</string>
364 </property>
365 <property name="text">
366 <string>Use cache whenever possible</string>
367 </property>
368 </widget>
369 </item>
370 <item>
371 <widget class="QRadioButton" name="cacheOfflineButton">
372 <property name="toolTip">
373 <string>Select to use cached data only</string>
374 </property>
375 <property name="text">
376 <string>Offline browsing mode</string>
377 </property>
378 </widget>
379 </item>
380 </layout>
381 </widget>
382 </item>
383 <item row="2" column="0">
345 <widget class="QLabel" name="label_7"> 384 <widget class="QLabel" name="label_7">
346 <property name="text"> 385 <property name="text">
347 <string>Cache size:</string> 386 <string>Cache size:</string>
348 </property> 387 </property>
349 </widget> 388 </widget>
350 </item> 389 </item>
351 <item row="1" column="1"> 390 <item row="2" column="1">
352 <widget class="QSpinBox" name="cacheSizeSpinBox"> 391 <widget class="QSpinBox" name="cacheSizeSpinBox">
353 <property name="toolTip"> 392 <property name="toolTip">
354 <string>Enter the maximum size of the disk cache</string> 393 <string>Enter the maximum size of the disk cache</string>
355 </property> 394 </property>
356 <property name="alignment"> 395 <property name="alignment">
365 <property name="maximum"> 404 <property name="maximum">
366 <number>999</number> 405 <number>999</number>
367 </property> 406 </property>
368 </widget> 407 </widget>
369 </item> 408 </item>
370 <item row="1" column="2"> 409 <item row="2" column="2">
371 <spacer name="horizontalSpacer"> 410 <spacer name="horizontalSpacer">
372 <property name="orientation"> 411 <property name="orientation">
373 <enum>Qt::Horizontal</enum> 412 <enum>Qt::Horizontal</enum>
374 </property> 413 </property>
375 <property name="sizeHint" stdset="0"> 414 <property name="sizeHint" stdset="0">
433 <tabstop>pluginsCheckBox</tabstop> 472 <tabstop>pluginsCheckBox</tabstop>
434 <tabstop>savePasswordsCheckBox</tabstop> 473 <tabstop>savePasswordsCheckBox</tabstop>
435 <tabstop>dnsPrefetchCheckBox</tabstop> 474 <tabstop>dnsPrefetchCheckBox</tabstop>
436 <tabstop>expireHistory</tabstop> 475 <tabstop>expireHistory</tabstop>
437 <tabstop>diskCacheCheckBox</tabstop> 476 <tabstop>diskCacheCheckBox</tabstop>
477 <tabstop>cacheKeepButton</tabstop>
478 <tabstop>cachePreferButton</tabstop>
479 <tabstop>cacheOfflineButton</tabstop>
438 <tabstop>cacheSizeSpinBox</tabstop> 480 <tabstop>cacheSizeSpinBox</tabstop>
439 <tabstop>printBackgroundsCheckBox</tabstop> 481 <tabstop>printBackgroundsCheckBox</tabstop>
440 </tabstops> 482 </tabstops>
441 <resources/> 483 <resources/>
442 <connections/> 484 <connections/>

eric ide

mercurial