-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathkgeotagui.rc
More file actions
46 lines (43 loc) · 1.31 KB
/
kgeotagui.rc
File metadata and controls
46 lines (43 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?xml version="1.0" encoding="UTF-8"?>
<!-- SPDX-FileCopyrightText: none
SPDX-License-Identifier: CC0-1.0
-->
<gui name="kgeotag"
version="1"
xmlns="http://www.kde.org/standards/kxmlgui/1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.kde.org/standards/kxmlgui/1.0
http://www.kde.org/standards/kxmlgui/1.0/kxmlgui.xsd">
<MenuBar>
<Menu name="file">
<Action name="addFiles"/>
<Action name="addDirectory"/>
<Menu name="remove">
<text>Remove</text>
<Action name="removeProcessedSavedImages"/>
<Action name="removeImagesLoadedTagged"/>
<Action name="removeAllImages"/>
<Separator/>
<Action name="removeAllTracks"/>
<Separator/>
<Action name="removeEverything"/>
</Menu>
<Separator/>
<Action name="searchMatches"/>
<Menu name="selection">
<text>Current selection</text>
<Action name="assignToMapCenter"/>
<Separator/>
<Action name="selectNextUntagged"/>
</Menu>
<Separator/>
<Action name="saveChanges"/>
<Separator/>
<Action name="quit"/>
</Menu>
<Menu name="settings">
<Action name="setDefaultDockArrangement"/>
<Separator/>
</Menu>
</MenuBar>
</gui>