]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blob - src/settingsgeneral.ui
Add JavaScript controls.
[PrivacyBrowserPC.git] / src / settingsgeneral.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <!--
4   Copyright © 2022 Soren Stoutner <soren@stoutner.com>.
5
6   This file is part of Privacy Browser PC <https://www.stoutner.com/privacy-browser-android>.
7
8   Privacy Browser PC is free software: you can redistribute it and/or modify
9   it under the terms of the GNU General Public License as published by
10   the Free Software Foundation, either version 3 of the License, or
11   (at your option) any later version.
12
13   Privacy Browser PC is distributed in the hope that it will be useful,
14   but WITHOUT ANY WARRANTY; without even the implied warranty of
15   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16   GNU General Public License for more details.
17
18   You should have received a copy of the GNU General Public License
19   along with Privacy Browser PC.  If not, see <http://www.gnu.org/licenses/>. -->
20
21 <ui version="4.0">
22     <!-- The name of the generated class. -->
23     <class>GeneralSettings</class>
24
25     <widget class="QWidget">
26         <layout class="QFormLayout">
27             <!-- Homepage. -->
28             <item row="0" column="0">
29                 <widget class="QLabel" name="homepageLabel">
30                     <property name="text">
31                         <string>Homepage</string>
32                     </property>
33                 </widget>
34             </item>
35
36             <item row="0" column="1">
37                 <widget class="KLineEdit" name="kcfg_homepage">
38                     <property name="toolTip">
39                         <string>The default is https://www.mojeek.com/.</string>
40                     </property>
41                 </widget>
42             </item>
43
44             <!-- Zoom factor. -->
45             <item row="1" column="0">
46                 <widget class="QLabel" name="zoomFactorLabel">
47                     <property name="text">
48                         <string>Zoom factor</string>
49                     </property>
50                 </widget>
51             </item>
52
53             <item row="1" column="1">
54                 <widget class="QDoubleSpinBox" name="kcfg_zoomFactor">
55                     <property name="toolTip">
56                         <string>Set the zoom factor between 0.25 and 5.00.  The default is 1.00.</string>
57                     </property>
58
59                     <property name="minimum">
60                         <double>0.250000000000000</double>
61                     </property>
62
63                     <property name="maximum">
64                         <double>5.000000000000000</double>
65                     </property>
66                 </widget>
67             </item>
68         </layout>
69     </widget>
70 </ui>