]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blob - src/settings.ui
Create a home icon.
[PrivacyBrowserPC.git] / src / settings.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     <class>Settings</class>
23
24     <widget class="QWidget" name="Settings">
25         <property name="geometry">
26             <rect>
27                 <x>0</x>
28                 <y>0</y>
29                 <width>374</width>
30                 <height>200</height>
31             </rect>
32         </property>
33
34         <layout class="QFormLayout">
35             <item row="0" column="0">
36                 <widget class="QLabel" name="homepageLabel">
37                     <property name="text">
38                         <string>Homepage</string>
39                     </property>
40
41                     <property name="toolTip">
42                         <string>Set the hompage.</string>
43                     </property>
44
45                     <property name="whatsThis">
46                         <string>Set the homepage.  The default is https://www.mojeek.com/.</string>
47                     </property>
48                 </widget>
49             </item>
50
51             <item row="0" column="1">
52                 <widget class="KLineEdit" name="kcfg_homepage">
53                     <property name="toolTip">
54                         <string>Set the hompage.</string>
55                     </property>
56
57                     <property name="whatsThis">
58                         <string>Set the homepage.  The default is https://www.mojeek.com/.</string>
59                     </property>
60                 </widget>
61             </item>
62
63
64             <item row="1" column="0">
65                 <widget class="QLabel" name="zoomFactorLabel">
66                     <property name="text">
67                         <string>Zoom factor</string>
68                     </property>
69
70                     <property name="toolTip">
71                         <string>Set the zoom factor between 0.25 and 5.00.</string>
72                     </property>
73
74                     <property name="whatsThis">
75                         <string>Set the zoom factor between 0.25 and 5.00.  The default is 1.00.</string>
76                     </property>
77                 </widget>
78             </item>
79
80             <item row="1" column="1">
81                 <widget class="QDoubleSpinBox" name="kcfg_zoomFactor">
82                     <property name="toolTip">
83                         <string>Set the zoom factor between 0.25 and 5.00.</string>
84                     </property>
85
86                     <property name="whatsThis">
87                         <string>Set the zoom factor between 0.25 and 5.00.  The default is 1.00.</string>
88                     </property>
89
90                     <property name="minimum">
91                         <double>0.250000000000000</double>
92                     </property>
93
94                     <property name="maximum">
95                         <double>5.000000000000000</double>
96                     </property>
97                 </widget>
98             </item>
99         </layout>
100     </widget>
101
102     <resources/>
103
104     <connections/>
105 </ui>