]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blob - src/privacybrowserui.rc
Add on-the-fly zoom factor.
[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="on_the_fly_settings"> <text>On-The-Fly Settings</text>
30             <Menu name="user_agent"> <text>User Agent</text>
31                 <Action name="user_agent_privacy_browser" />
32                 <Action name="user_agent_firefox_linux" />
33                 <Action name="user_agent_chromium_linux" />
34                 <Action name="user_agent_firefox_windows" />
35                 <Action name="user_agent_chrome_windows" />
36                 <Action name="user_agent_edge_windows" />
37                 <Action name="user_agent_safari_macos" />
38                 <Action name="user_agent_custom" />
39             </Menu>
40
41             <Action name="zoom_factor" />
42
43             <Separator />
44
45             <Menu name="search_engine"> <text>Search Engine</text>
46                 <Action name="search_engine_mojeek" />
47                 <Action name="search_engine_monocles" />
48                 <Action name="search_engine_metager" />
49                 <Action name="search_engine_google" />
50                 <Action name="search_engine_bing" />
51                 <Action name="search_engine_yahoo" />
52                 <Action name="search_engine_custom" />
53             </Menu>
54         </Menu>
55     </MenuBar>
56
57     <ToolBar name="mainToolBar" noMerge="1">
58         <text>Main Toolbar</text>
59
60         <Action name="options_configure" />
61     </ToolBar>
62 </gui>