]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blobdiff - src/settings.ui
Add a homepage setting.
[PrivacyBrowserPC.git] / src / settings.ui
index 35d51b893156082bc4ab133f64cc7feb23c079cd..a6c876fee813bd18bd57673ac36b20cfd5c58dc6 100644 (file)
 
         <layout class="QFormLayout">
             <item row="0" column="0">
+                <widget class="QLabel" name="homepageLabel">
+                    <property name="text">
+                        <string>Homepage</string>
+                    </property>
+
+                    <property name="toolTip">
+                        <string>Set the hompage.</string>
+                    </property>
+
+                    <property name="whatsThis">
+                        <string>Set the homepage.  The default is https://www.mojeek.com/.</string>
+                    </property>
+                </widget>
+            </item>
+
+            <item row="0" column="1">
+                <widget class="KLineEdit" name="kcfg_homepage">
+                    <property name="toolTip">
+                        <string>Set the hompage.</string>
+                    </property>
+
+                    <property name="whatsThis">
+                        <string>Set the homepage.  The default is https://www.mojeek.com/.</string>
+                    </property>
+                </widget>
+            </item>
+
+
+            <item row="1" column="0">
                 <widget class="QLabel" name="zoomFactorLabel">
                     <property name="text">
                         <string>Zoom factor</string>
                     </property>
+
+                    <property name="toolTip">
+                        <string>Set the zoom factor between 0.25 and 5.00.</string>
+                    </property>
+
+                    <property name="whatsThis">
+                        <string>Set the zoom factor between 0.25 and 5.00.  The default is 1.00.</string>
+                    </property>
                 </widget>
             </item>
 
-            <item row="0" column="1">
+            <item row="1" column="1">
                 <widget class="QDoubleSpinBox" name="kcfg_zoomFactor">
                     <property name="toolTip">
                         <string>Set the zoom factor between 0.25 and 5.00.</string>