Warning, /graphics/kgeotag/kgeotagui.rc is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <!-- SPDX-FileCopyrightText: none
0003      SPDX-License-Identifier: CC0-1.0
0004 -->
0005 <gui name="kgeotag"
0006      version="1"
0007      xmlns="http://www.kde.org/standards/kxmlgui/1.0"
0008      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
0009      xsi:schemaLocation="http://www.kde.org/standards/kxmlgui/1.0
0010                          http://www.kde.org/standards/kxmlgui/1.0/kxmlgui.xsd">
0011   <MenuBar>
0012     <Menu name="file">
0013       <Action name="addFiles"/>
0014       <Action name="addDirectory"/>
0015       <Menu name="remove">
0016         <text>Remove</text>
0017         <Action name="removeProcessedSavedImages"/>
0018         <Action name="removeImagesLoadedTagged"/>
0019         <Action name="removeAllImages"/>
0020         <Separator/>
0021         <Action name="removeAllTracks"/>
0022         <Separator/>
0023         <Action name="removeEverything"/>
0024       </Menu>
0025       <Separator/>
0026       <Action name="searchMatches"/>
0027       <Separator/>
0028       <Action name="saveChanges"/>
0029       <Separator/>
0030     </Menu>
0031     <Menu name="settings">
0032       <Action name="setDefaultDockArrangement"/>
0033       <Separator/>
0034     </Menu>
0035   </MenuBar>
0036 </gui>