Preferences/ConfigurationPages/HelpWebBrowserPage.ui

changeset 634
7b84cbd2f752
parent 629
c88489b378fb
child 952
cc3e2e5558e9
diff -r 4bda1d24b8a7 -r 7b84cbd2f752 Preferences/ConfigurationPages/HelpWebBrowserPage.ui
--- a/Preferences/ConfigurationPages/HelpWebBrowserPage.ui	Sat Sep 18 18:55:49 2010 +0200
+++ b/Preferences/ConfigurationPages/HelpWebBrowserPage.ui	Sun Sep 19 14:00:57 2010 +0200
@@ -32,34 +32,48 @@
     </widget>
    </item>
    <item>
-    <widget class="QCheckBox" name="singleHelpWindowCheckBox">
-     <property name="toolTip">
-      <string>Select to use a single help browser window only</string>
-     </property>
-     <property name="text">
-      <string>Use single web browser window</string>
-     </property>
-    </widget>
-   </item>
-   <item>
-    <widget class="QCheckBox" name="saveGeometryCheckBox">
-     <property name="toolTip">
-      <string>Select to save the window size and position</string>
-     </property>
-     <property name="text">
-      <string>Save size and position upon exit</string>
-     </property>
-    </widget>
-   </item>
-   <item>
-    <widget class="QCheckBox" name="webSuggestionsCheckBox">
-     <property name="toolTip">
-      <string>Select to enable suggestions for web searches</string>
-     </property>
-     <property name="text">
-      <string>Show suggestions for web searches</string>
-     </property>
-    </widget>
+    <layout class="QGridLayout" name="gridLayout_5">
+     <item row="0" column="0">
+      <widget class="QCheckBox" name="singleHelpWindowCheckBox">
+       <property name="toolTip">
+        <string>Select to use a single help browser window only</string>
+       </property>
+       <property name="text">
+        <string>Use single web browser window</string>
+       </property>
+      </widget>
+     </item>
+     <item row="0" column="1">
+      <widget class="QCheckBox" name="webSuggestionsCheckBox">
+       <property name="toolTip">
+        <string>Select to enable suggestions for web searches</string>
+       </property>
+       <property name="text">
+        <string>Show suggestions for web searches</string>
+       </property>
+      </widget>
+     </item>
+     <item row="1" column="0">
+      <widget class="QCheckBox" name="saveGeometryCheckBox">
+       <property name="toolTip">
+        <string>Select to save the window size and position</string>
+       </property>
+       <property name="text">
+        <string>Save size and position upon exit</string>
+       </property>
+      </widget>
+     </item>
+     <item row="1" column="1">
+      <widget class="QCheckBox" name="showTabPreviews">
+       <property name="toolTip">
+        <string>Select to show a page preview when the mouse hovers over the tab</string>
+       </property>
+       <property name="text">
+        <string>Show preview when hovering tab</string>
+       </property>
+      </widget>
+     </item>
+    </layout>
    </item>
    <item>
     <widget class="QGroupBox" name="startupGroupBox">
@@ -460,6 +474,7 @@
   <tabstop>singleHelpWindowCheckBox</tabstop>
   <tabstop>saveGeometryCheckBox</tabstop>
   <tabstop>webSuggestionsCheckBox</tabstop>
+  <tabstop>showTabPreviews</tabstop>
   <tabstop>startupCombo</tabstop>
   <tabstop>homePageEdit</tabstop>
   <tabstop>setCurrentPageButton</tabstop>

eric ide

mercurial