Preferences/ConfigurationPages/WebBrowserPage.ui

changeset 4958
ef400197e7d5
parent 4957
55c9bb589b0a
child 4965
a9a4b632fe48
--- a/Preferences/ConfigurationPages/WebBrowserPage.ui	Sat Apr 30 13:07:13 2016 +0200
+++ b/Preferences/ConfigurationPages/WebBrowserPage.ui	Sat Apr 30 20:01:30 2016 +0200
@@ -7,10 +7,10 @@
     <x>0</x>
     <y>0</y>
     <width>616</width>
-    <height>1329</height>
+    <height>1533</height>
    </rect>
   </property>
-  <layout class="QVBoxLayout" name="verticalLayout">
+  <layout class="QVBoxLayout" name="verticalLayout_3">
    <item>
     <widget class="QLabel" name="headerLabel">
      <property name="text">
@@ -606,6 +606,84 @@
     </widget>
    </item>
    <item>
+    <widget class="QGroupBox" name="autoScrollGroupBox">
+     <property name="toolTip">
+      <string>Select to enable the auto-scroller</string>
+     </property>
+     <property name="title">
+      <string>Automatic Scrolling</string>
+     </property>
+     <property name="checkable">
+      <bool>true</bool>
+     </property>
+     <layout class="QVBoxLayout" name="verticalLayout">
+      <item>
+       <widget class="QLabel" name="label_11">
+        <property name="text">
+         <string>This function is activated by a Mouse Middle Click.</string>
+        </property>
+        <property name="wordWrap">
+         <bool>true</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <layout class="QHBoxLayout" name="horizontalLayout_5">
+        <item>
+         <widget class="QLabel" name="label_9">
+          <property name="text">
+           <string>Scroll Divider:</string>
+          </property>
+         </widget>
+        </item>
+        <item>
+         <widget class="QDoubleSpinBox" name="autoScrollDividerSpinBox">
+          <property name="toolTip">
+           <string>Enter the auto-scroll divider value</string>
+          </property>
+          <property name="alignment">
+           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
+          </property>
+          <property name="decimals">
+           <number>1</number>
+          </property>
+          <property name="minimum">
+           <double>1.000000000000000</double>
+          </property>
+          <property name="maximum">
+           <double>99.900000000000006</double>
+          </property>
+         </widget>
+        </item>
+        <item>
+         <spacer name="horizontalSpacer_7">
+          <property name="orientation">
+           <enum>Qt::Horizontal</enum>
+          </property>
+          <property name="sizeHint" stdset="0">
+           <size>
+            <width>40</width>
+            <height>20</height>
+           </size>
+          </property>
+         </spacer>
+        </item>
+       </layout>
+      </item>
+      <item>
+       <widget class="QLabel" name="label_10">
+        <property name="text">
+         <string>&lt;b&gt;Note:&lt;/b&gt; Setting higher divider will slow down scrolling.</string>
+        </property>
+        <property name="wordWrap">
+         <bool>true</bool>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+   <item>
     <widget class="QGroupBox" name="webInspectorGroup">
      <property name="toolTip">
       <string>Select to enable the Web Inspector tool</string>
@@ -710,6 +788,8 @@
   <tabstop>imageSearchComboBox</tabstop>
   <tabstop>spatialCheckBox</tabstop>
   <tabstop>linksInFocusChainCheckBox</tabstop>
+  <tabstop>autoScrollGroupBox</tabstop>
+  <tabstop>autoScrollDividerSpinBox</tabstop>
   <tabstop>webInspectorGroup</tabstop>
   <tabstop>webInspectorPortSpinBox</tabstop>
  </tabstops>

eric ide

mercurial