]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blob - src/settings.ui
Display hovered link URLs in the status bar.
[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="zoomFactorLabel">
37                     <property name="text">
38                         <string>Zoom factor</string>
39                     </property>
40                 </widget>
41             </item>
42
43             <item row="0" column="1">
44                 <widget class="QDoubleSpinBox" name="kcfg_zoomFactor">
45                     <property name="toolTip">
46                         <string>Set the zoom factor between 0.25 and 5.00.</string>
47                     </property>
48
49                     <property name="whatsThis">
50                         <string>Set the zoom factor between 0.25 and 5.00.  The default is 1.00.</string>
51                     </property>
52
53                     <property name="minimum">
54                         <double>0.250000000000000</double>
55                     </property>
56
57                     <property name="maximum">
58                         <double>5.000000000000000</double>
59                     </property>
60                 </widget>
61             </item>
62         </layout>
63     </widget>
64
65     <resources/>
66
67     <connections/>
68 </ui>