]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blob - src/mainview.ui
41b9b00b2a021f8e9573760937fd4cbe2f001b22
[PrivacyBrowserPC.git] / src / mainview.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>MainView</class>
23
24     <widget class="QWidget" name="MainView">
25         <!-- TODO.  Make this maximized by default. -->
26         <property name="geometry">
27             <rect>
28                 <x>0</x>
29                 <y>0</y>
30                 <width>315</width>
31                 <height>233</height>
32             </rect>
33         </property>
34
35         <layout class="QGridLayout">
36             <property name="topMargin">
37                 <number>0</number>
38             </property>
39
40             <property name="bottomMargin">
41                 <number>0</number>
42             </property>
43
44             <property name="leftMargin">
45                 <number>0</number>
46             </property>
47
48             <property name="rightMargin">
49                 <number>0</number>
50             </property>
51
52             <item row="0" column="0">
53                 <widget class="QWebEngineView" name="webEngineView">
54                 </widget>
55             </item>
56         </layout>
57     </widget>
58
59     <resources/>
60
61     <connections/>
62 </ui>