1 <?xml version="1.0" encoding="UTF-8"?>
4 Copyright © 2022 Soren Stoutner <soren@stoutner.com>.
6 This file is part of Privacy Browser PC <https://www.stoutner.com/privacy-browser-android>.
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.
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.
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/>. -->
21 <!-- Documentation at <https://techbase.kde.org/Development/Architecture/KDE4/XMLGUI_Technology>. -->
25 xmlns="http://www.kde.org/standards/kxmlgui/1.0"
26 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
27 xsi:schemaLocation="http://www.kde.org/standards/kxmlgui/1.0 http://www.kde.org/standards/kxmlgui/1.0/kxmlgui.xsd" >
30 <Menu name="on_the_fly_settings"> <text>On-The-Fly Settings</text>
31 <Menu name="user_agent"> <text>User Agent</text>
32 <Action name="user_agent_privacy_browser" />
33 <Action name="user_agent_firefox_linux" />
34 <Action name="user_agent_chromium_linux" />
35 <Action name="user_agent_firefox_windows" />
36 <Action name="user_agent_chrome_windows" />
37 <Action name="user_agent_edge_windows" />
38 <Action name="user_agent_safari_macos" />
39 <Action name="user_agent_custom" />
42 <Action name="zoom_factor" />
46 <Menu name="search_engine"> <text>Search Engine</text>
47 <Action name="search_engine_mojeek" />
48 <Action name="search_engine_monocles" />
49 <Action name="search_engine_metager" />
50 <Action name="search_engine_google" />
51 <Action name="search_engine_bing" />
52 <Action name="search_engine_yahoo" />
53 <Action name="search_engine_custom" />
58 <ToolBar name="mainToolBar" noMerge="1">
59 <text>Main Toolbar</text>