blob: 15b3c4143693ca3beb67cc481c8ccd8c999bcc28 (
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
|
<!DOCTYPE kpartgui>
<kpartgui name="Kdict" version="4">
<MenuBar>
<Menu noMerge="1" name="file"><text>&File</text>
<Action name="file_save"/>
<Action name="file_print"/>
<Separator/>
<Action name="start_query"/>
<Action name="stop_query"/>
<Separator/>
<Action name="file_quit"/>
</Menu>
<Menu noMerge="1" name="edit"><text>&Edit</text>
<Action name="edit_copy"/>
<Action name="edit_select_all"/>
<Separator/>
<Action name="define_clipboard"/>
<Action name="match_clipboard"/>
<Separator/>
<Action name="edit_find"/>
</Menu>
<Menu name="history"><text>Hist&ory</text>
<Action name="browse_back"/>
<Action name="browse_forward"/>
<Separator />
<Action name="clear_history"/>
<Separator />
<ActionList name="history_items"/>
</Menu>
<Menu name="server"><text>Ser&ver</text>
<Action name="get_capabilities"/>
<Action name="edit_sets"/>
<Separator />
<Menu name="database_sub"><text>Database &Information</text>
<Action name="db_summary"/>
<Separator />
<ActionList name="db_detail"/>
</Menu>
<Action name="strategy_info"/>
<Action name="server_info"/>
</Menu>
<Menu name="settings"><text>&Settings</text>
<Action name="show_match" append="show_merge"/>
</Menu>
</MenuBar>
<ToolBar fullWidth="true" newline="true" noMerge="1" name="mainToolBar"><text>Main Toolbar</text>
<Action name="clear_query"/>
<Action name="look_label"/>
<Action name="query_combo"/>
<Separator/>
<Action name="define_btn"/>
<Action name="match_btn"/>
</ToolBar>
<StatusBar/>
</kpartgui>
|