]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blob - src/privacybrowserui.rc
cedd0c6b1ed7da175cdb26c973973be90273b4fd
[PrivacyBrowserPC.git] / src / privacybrowserui.rc
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 <gui
22     name="privacybrowser"
23     version="1"
24     xmlns="http://www.kde.org/standards/kxmlgui/1.0"
25     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
26     xsi:schemaLocation="http://www.kde.org/standards/kxmlgui/1.0 http://www.kde.org/standards/kxmlgui/1.0/kxmlgui.xsd" >
27
28     <MenuBar>
29         <Menu name="edit">
30             <Action name="switch_action"/>
31         </Menu>
32     </MenuBar>
33
34     <ToolBar name="mainToolBar" noMerge="1">
35         <text>Main Toolbar</text>
36
37         <Action name="switch_action"/>
38
39         <Separator/>
40
41         <Action name="options_configure"/>
42     </ToolBar>
43 </gui>