]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blobdiff - src/settings.ui
Add JavaScript controls.
[PrivacyBrowserPC.git] / src / settings.ui
diff --git a/src/settings.ui b/src/settings.ui
deleted file mode 100644 (file)
index a6c876f..0000000
+++ /dev/null
@@ -1,105 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-  Copyright © 2022 Soren Stoutner <soren@stoutner.com>.
-
-  This file is part of Privacy Browser PC <https://www.stoutner.com/privacy-browser-android>.
-
-  Privacy Browser PC is free software: you can redistribute it and/or modify
-  it under the terms of the GNU General Public License as published by
-  the Free Software Foundation, either version 3 of the License, or
-  (at your option) any later version.
-
-  Privacy Browser PC is distributed in the hope that it will be useful,
-  but WITHOUT ANY WARRANTY; without even the implied warranty of
-  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-  GNU General Public License for more details.
-
-  You should have received a copy of the GNU General Public License
-  along with Privacy Browser PC.  If not, see <http://www.gnu.org/licenses/>. -->
-
-<ui version="4.0">
-    <class>Settings</class>
-
-    <widget class="QWidget" name="Settings">
-        <property name="geometry">
-            <rect>
-                <x>0</x>
-                <y>0</y>
-                <width>374</width>
-                <height>200</height>
-            </rect>
-        </property>
-
-        <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="1" column="1">
-                <widget class="QDoubleSpinBox" name="kcfg_zoomFactor">
-                    <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>
-
-                    <property name="minimum">
-                        <double>0.250000000000000</double>
-                    </property>
-
-                    <property name="maximum">
-                        <double>5.000000000000000</double>
-                    </property>
-                </widget>
-            </item>
-        </layout>
-    </widget>
-
-    <resources/>
-
-    <connections/>
-</ui>