Preferences/ConfigurationPages/HelpWebBrowserPage.ui

changeset 629
c88489b378fb
parent 354
f80d88e87677
child 634
7b84cbd2f752
diff -r 94f012a1261f -r c88489b378fb Preferences/ConfigurationPages/HelpWebBrowserPage.ui
--- a/Preferences/ConfigurationPages/HelpWebBrowserPage.ui	Sat Sep 18 12:34:38 2010 +0200
+++ b/Preferences/ConfigurationPages/HelpWebBrowserPage.ui	Sat Sep 18 15:58:16 2010 +0200
@@ -7,10 +7,10 @@
     <x>0</x>
     <y>0</y>
     <width>613</width>
-    <height>818</height>
+    <height>904</height>
    </rect>
   </property>
-  <layout class="QVBoxLayout" name="verticalLayout_3">
+  <layout class="QVBoxLayout" name="verticalLayout_4">
    <item>
     <widget class="QLabel" name="headerLabel">
      <property name="text">
@@ -341,14 +341,53 @@
         </property>
        </widget>
       </item>
-      <item row="1" column="0">
+      <item row="1" column="0" colspan="3">
+       <widget class="QGroupBox" name="groupBox_4">
+        <property name="title">
+         <string>Policy</string>
+        </property>
+        <layout class="QVBoxLayout" name="verticalLayout_3">
+         <item>
+          <widget class="QRadioButton" name="cacheKeepButton">
+           <property name="toolTip">
+            <string>Select to prefer the network</string>
+           </property>
+           <property name="text">
+            <string>Keep cache in sync</string>
+           </property>
+          </widget>
+         </item>
+         <item>
+          <widget class="QRadioButton" name="cachePreferButton">
+           <property name="toolTip">
+            <string>Select to prefer cached data</string>
+           </property>
+           <property name="text">
+            <string>Use cache whenever possible</string>
+           </property>
+          </widget>
+         </item>
+         <item>
+          <widget class="QRadioButton" name="cacheOfflineButton">
+           <property name="toolTip">
+            <string>Select to use cached data only</string>
+           </property>
+           <property name="text">
+            <string>Offline browsing mode</string>
+           </property>
+          </widget>
+         </item>
+        </layout>
+       </widget>
+      </item>
+      <item row="2" column="0">
        <widget class="QLabel" name="label_7">
         <property name="text">
          <string>Cache size:</string>
         </property>
        </widget>
       </item>
-      <item row="1" column="1">
+      <item row="2" column="1">
        <widget class="QSpinBox" name="cacheSizeSpinBox">
         <property name="toolTip">
          <string>Enter the maximum size of the disk cache</string>
@@ -367,7 +406,7 @@
         </property>
        </widget>
       </item>
-      <item row="1" column="2">
+      <item row="2" column="2">
        <spacer name="horizontalSpacer">
         <property name="orientation">
          <enum>Qt::Horizontal</enum>
@@ -435,6 +474,9 @@
   <tabstop>dnsPrefetchCheckBox</tabstop>
   <tabstop>expireHistory</tabstop>
   <tabstop>diskCacheCheckBox</tabstop>
+  <tabstop>cacheKeepButton</tabstop>
+  <tabstop>cachePreferButton</tabstop>
+  <tabstop>cacheOfflineButton</tabstop>
   <tabstop>cacheSizeSpinBox</tabstop>
   <tabstop>printBackgroundsCheckBox</tabstop>
  </tabstops>

eric ide

mercurial