]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blobdiff - src/uis/SettingsGeneral.ui
Partial filter list implementation.
[PrivacyBrowserPC.git] / src / uis / SettingsGeneral.ui
index d2911fa04108ed598f024528902a0f0808024b9c..15f776fa8b392b08b3f9fe37eb68e906560be53a 100644 (file)
                 </layout>
             </item>
 
-            <!-- Download location. -->
-            <item>
-                <layout class="QHBoxLayout">
-                    <item>
-                        <widget class="QLabel">
-                            <property name="text">
-                                <string>Download Location</string>
-                            </property>
-
-                            <property name="toolTip">
-                                <string>The default is System Download Directory.</string>
-                            </property>
-                        </widget>
-                    </item>
-
-                    <item>
-                        <widget class="QComboBox" name="kcfg_downloadLocation">
-                            <property name="sizePolicy">
-                                <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
-                                    <horstretch>0</horstretch>
-                                    <verstretch>0</verstretch>
-                                </sizepolicy>
-                            </property>
-
-                            <property name="editable">
-                                <bool>true</bool>
-                            </property>
-
-                            <item>
-                                <property name="text">
-                                    <string>System Download Directory</string>
-                                </property>
-                            </item>
-                        </widget>
-                    </item>
-
-                    <item>
-                        <widget class="QPushButton" name="browseButton">
-                            <property name="text">
-                                <string>Browse</string>
-                            </property>
-                        </widget>
-                    </item>
-                </layout>
-            </item>
-
             <!-- Tabs on top. -->
             <item>
                 <widget class="QCheckBox" name="kcfg_tabsOnTop">
                 </widget>
             </item>
 
+            <!-- Spatial navigation. -->
+            <item>
+                <widget class="QCheckBox" name="kcfg_spatialNavigation">
+                    <property name="text">
+                        <string>Spatial navigation</string>
+                    </property>
+
+                    <property name="toolTip">
+                        <string>Allow moving between links and input fields using the keyboard arrow keys.  The default is enabled.</string>
+                    </property>
+                </widget>
+            </item>
+
+            <!-- Download location. -->
+            <item>
+                <widget class="QGroupBox">
+                    <property name="title">
+                        <string>Download Location</string>
+                    </property>
+
+                    <layout class="QVBoxLayout">
+                        <!-- Download directory. -->
+                        <item>
+                            <layout class="QHBoxLayout">
+                                <item>
+                                    <widget class="QComboBox" name="kcfg_downloadDirectory">
+                                        <property name="sizePolicy">
+                                            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
+                                                <horstretch>0</horstretch>
+                                                <verstretch>0</verstretch>
+                                            </sizepolicy>
+                                        </property>
+
+                                        <property name="editable">
+                                            <bool>true</bool>
+                                        </property>
+
+                                        <item>
+                                            <property name="text">
+                                                <string>System Download Directory</string>
+                                            </property>
+                                        </item>
+                                    </widget>
+                                </item>
+
+                                <item>
+                                    <widget class="QPushButton" name="browseButton">
+                                        <property name="text">
+                                            <string>Browse</string>
+                                        </property>
+                                    </widget>
+                                </item>
+                            </layout>
+                        </item>
+
+                        <!-- Auto update download directory. -->
+                        <item>
+                            <widget class="QCheckBox" name="kcfg_autoUpateDownloadDirectory">
+                                <property name="text">
+                                    <string>Auto update the download directory</string>
+                                </property>
+
+                                <property name="toolTip">
+                                    <string>Automatically update the download directory to be whatever was used for the last download. The default is enabled.</string>
+                                </property>
+                            </widget>
+                        </item>
+                    </layout>
+                </widget>
+            </item>
+
             <!-- Full screen browsing. -->
             <item>
                 <widget class="QGroupBox">