summaryrefslogtreecommitdiffstats
path: root/kmag/kmagui.rc
blob: d30ce37c5c8f6d57b609f8d315c6a645c641c1d2 (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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<!DOCTYPE kpartgui>
<kpartgui name="kmag" version="11">
 <ToolBar noMerge="1" name="mainToolBar">
  <Action name="new_window"/>
  <Separator />
  <Action name="snapshot"/>
  <Action name="print"/>
  <Action name="copy"/>
 </ToolBar>

 <ToolBar noMerge="1" name="viewToolBar">
  <Action name="start_stop_refresh"/>
  <Separator />
  <Action name="zoom_in"/>
  <Action name="zoom"/>
  <Action name="zoom_out"/>
  <Separator />
  <Action name="fps_selector"/>
 </ToolBar>

 <ToolBar noMerge="1" name="settingsToolBar">
  <Action name="mode_followmouse"/>
  <Action name="mode_selectionwindow"/>
  <Separator />
  <Action name="hidecursor"/>
 </ToolBar>

 <MenuBar>
  <Menu name="file"><text>&amp;File</text>
   <Action name="new_window"/>
   <Action name="snapshot"/>
   <Action name="print"/>
   <Separator />
   <Action name="quit"/>
  </Menu>
  <Menu name="edit"><text>&amp;Edit</text>
   <Action name="copy"/>
  </Menu>
  <Menu name="view"><text>&amp;View</text>
   <Action name="start_stop_refresh"/>
   <Separator />
   <Action name="zoom"/>
   <Action name="zoom_out"/>
   <Action name="zoom_in"/>
   <Separator />
   <Action name="invert"/>
   <Action name="rotation"/>
   <Action name="fps_selector"/>
  </Menu>
  <Menu name="settings"><text>&amp;Settings</text>
   <Action name="show_menu"/>
   <Action name="show_mainToolBar"/>
   <Action name="show_viewToolBar"/>
   <Action name="show_settingsToolBar"/>
   <Separator />
   <Action name="mode_followmouse"/>
   <Action name="mode_selectionwindow"/>
   <Action name="mode_edgetop"/>
   <Action name="mode_edgeleft"/>
   <Action name="mode_edgeright"/>
   <Action name="mode_edgebottom"/>
   <Separator />
   <Action name="hidecursor"/>
   <Separator />
   <Action name="key_conf"/>
   <Action name="toolbar_conf"/>
  </Menu>
 </MenuBar>

 <Menu name="mainPopUp">
  <Action name="new_window"/>
  <Separator />
  <Action name="copy"/>
  <Separator />
  <Menu name="view"><text>&amp;View</text>
   <Action name="start_stop_refresh"/>
   <Separator />
   <Action name="zoom"/>
   <Action name="zoom_out"/>
   <Action name="zoom_in"/>
   <Separator />
   <Action name="invert"/>
   <Action name="rotation"/>
   <Action name="fps_selector"/>
  </Menu>
  <Menu name="settings"><text>&amp;Settings</text>
   <Action name="show_menu"/>
   <Action name="show_mainToolBar"/>
   <Action name="show_viewToolBar"/>
   <Action name="show_settingsToolBar"/>
   <Separator />
   <Action name="mode_followmouse"/>
   <Action name="mode_selectionwindow"/>
   <Action name="mode_edgetop"/>
   <Action name="mode_edgeleft"/>
   <Action name="mode_edgeright"/>
   <Action name="mode_edgebottom"/>
   <Separator />
   <Action name="hidecursor"/>
   <Separator />
   <Action name="key_conf"/>
   <Action name="toolbar_conf"/>
  </Menu>
  <Separator />
  <Action name="snapshot"/>
  <Action name="print"/>
  <Action name="quit"/>
 </Menu>
</kpartgui>