]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blob - src/BrowserView.ui
Set the default window size.
[PrivacyBrowserPC.git] / src / BrowserView.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>BrowserView</class>
23
24     <widget class="QWidget" name="BrowserView">
25         <!-- Main widget. -->
26         <layout class="QVBoxLayout">
27             <!-- Set the spacing between items to 0. -->
28             <property name="spacing">
29                 <number>0</number>
30             </property>
31
32             <!-- Set the margins to 0. -->
33             <property name="topMargin">
34                 <number>0</number>
35             </property>
36
37             <property name="bottomMargin">
38                 <number>0</number>
39             </property>
40
41             <property name="leftMargin">
42                 <number>0</number>
43             </property>
44
45             <property name="rightMargin">
46                 <number>0</number>
47             </property>
48
49             <!-- WebEngine view. -->
50             <item>
51                 <widget class="QWebEngineView" name="webEngineView" />
52             </item>
53         </layout>
54     </widget>
55 </ui>