]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blob - src/settingsprivacy.ui
Enable setting as the default browser.
[PrivacyBrowserPC.git] / src / settingsprivacy.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>PrivacySettings</class>
24
25     <widget class="QWidget">
26         <layout class="QFormLayout">
27             <!-- Set the spacing between items to 0. -->
28             <property name="spacing">
29                 <number>0</number>
30             </property>
31
32             <!-- JavaScript. -->
33             <item row="0" column="0">
34                 <widget class="QCheckBox" name="kcfg_javaScript">
35                     <property name="sizePolicy">
36                         <sizepolicy hsizetype="Preferred" vsizetype="Preferred" />
37                     </property>
38
39                     <property name="toolTip">
40                         <string>JavaScript allows websites to run programs (scripts) on the device.  The default is disabled.</string>
41                     </property>
42                 </widget>
43             </item>
44
45             <item row="0" column="1">
46                 <widget class="QLabel" name="javaScriptLabel">
47                     <property name="text">
48                         <string>JavaScript</string>
49                     </property>
50                 </widget>
51             </item>
52         </layout>
53     </widget>
54 </ui>