blob: ae7ce721efe07ee6d7edf1ba051c3c0d9b4d9160 (
plain)
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
|
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<gui version="24" name="lighttablewindow" >
<MenuBar>
<Menu name="File" ><text>&File</text>
<Action name="lighttable_first" />
<Action name="lighttable_backward" />
<Action name="lighttable_forward" />
<Action name="lighttable_last" />
<Separator/>
<Action name="lighttable_setitemleft" />
<Action name="lighttable_setitemright" />
<Action name="lighttable_edititem" />
<Separator/>
<Action name="lighttable_removeitem" />
<Action name="lighttable_clearlist" />
<Separator/>
<Action name="lighttable_filedelete" />
<Separator/>
<Action name="lighttable_close" />
</Menu>
<Menu name="View" ><text>&View</text>
<Action name="lighttable_fullscreen" />
<Action name="lighttable_slideshow" />
<Separator/>
<Action name="lighttable_syncpreview" />
<Action name="lighttable_navigatebypair" />
<Separator/>
<Action name="lighttable_zoomplus" />
<Action name="lighttable_zoomminus" />
<Action name="lighttable_zoomto100percents" />
<Action name="lighttable_zoomfit2window" />
</Menu>
<Menu name="help" ><text>&Help</text>
<Action name="lighttable_rawcameralist"/>
<Action name="lighttable_donatemoney" />
<Action name="lighttable_contribute" />
</Menu>
<Merge/>
<Menu name="settings" noMerge="1"><Text>&Settings</Text>
<Merge name="StandardToolBarMenuHandler" />
<Action name="options_show_menubar"/>
<Action name="options_show_statusbar"/>
<Action name="options_show_toolbar"/>
<Separator/>
<Action name="theme_menu" />
<Action name="options_configure_keybinding"/>
<Action name="options_configure_toolbars"/>
<Action name="options_configure" />
</Menu>
</MenuBar>
<ToolBar name="ToolBar" ><text>Main Toolbar</text>
<Action name="lighttable_first" />
<Action name="lighttable_backward" />
<Action name="lighttable_forward" />
<Action name="lighttable_last" />
<Separator/>
<Action name="lighttable_zoomplus" />
<Action name="lighttable_zoomminus" />
<Action name="lighttable_zoomfit2window" />
<Separator/>
<Action name="lighttable_setitemleft" />
<Action name="lighttable_setitemright" />
<Action name="lighttable_syncpreview" />
<Action name="lighttable_navigatebypair" />
<Separator/>
<Action name="lighttable_fullscreen" />
<Action name="lighttable_slideshow" />
<Merge />
<WeakSeparator/>
<Action name="logo_action" />
</ToolBar>
<ActionProperties/>
</gui>
|