]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blobdiff - src/uis/SettingsGeneral.ui
Implement tabbed browsing.
[PrivacyBrowserPC.git] / src / uis / SettingsGeneral.ui
index 5e11e864ec0d98df013b543e4389bf8d7b3c61ab..223ec5b355781170960ff04b55b5221be1e69da4 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">
+                    <property name="text">
+                        <string>Tabs on top</string>
+                    </property>
+
+                    <property name="toolTip">
+                        <string>Display the tabs at the top of the screen.  The default is enabled.</string>
+                    </property>
+                </widget>
+            </item>
+
             <!-- Full screen browsing. -->
             <item>
                 <widget class="QGroupBox">
                             </widget>
                         </item>
 
+                        <!-- Hide tab bar. -->
+                        <item>
+                            <widget class="QCheckBox" name="kcfg_fullScreenHideTabBar">
+                                <property name="text">
+                                    <string>Hide tab bar</string>
+                                </property>
+
+                                <property name="toolTip">
+                                    <string>Hide the tab bar when browsing full screen.  The default is enabled.</string>
+                                </property>
+                            </widget>
+                        </item>
+
                         <!-- Hide status bar. -->
                         <item>
                             <widget class="QCheckBox" name="kcfg_fullScreenHideStatusBar">