Now the systrayicon change it's color when a download is in progress. I simply change...
[kdenetwork.git] / kdict / kdictui.rc
blob15b3c4143693ca3beb67cc481c8ccd8c999bcc28
1 <!DOCTYPE kpartgui>
2 <kpartgui name="Kdict" version="4">
4 <MenuBar>
5   <Menu noMerge="1" name="file"><text>&amp;File</text>
6     <Action name="file_save"/>
7     <Action name="file_print"/>
8     <Separator/>
9     <Action name="start_query"/>
10     <Action name="stop_query"/>
11     <Separator/>
12     <Action name="file_quit"/>
13   </Menu>
14   <Menu noMerge="1" name="edit"><text>&amp;Edit</text>
15     <Action name="edit_copy"/>
16     <Action name="edit_select_all"/>
17     <Separator/>
18     <Action name="define_clipboard"/>
19     <Action name="match_clipboard"/>
20     <Separator/>
21     <Action name="edit_find"/>
22   </Menu>
23   <Menu name="history"><text>Hist&amp;ory</text>
24     <Action name="browse_back"/>
25     <Action name="browse_forward"/>
26     <Separator />
27     <Action name="clear_history"/>
28     <Separator />
29     <ActionList name="history_items"/>
30   </Menu>
31   <Menu name="server"><text>Ser&amp;ver</text>
32     <Action name="get_capabilities"/>
33     <Action name="edit_sets"/>
34     <Separator />
35     <Menu name="database_sub"><text>Database &amp;Information</text>
36        <Action name="db_summary"/>
37        <Separator />
38        <ActionList name="db_detail"/>
39     </Menu>
40     <Action name="strategy_info"/>
41     <Action name="server_info"/>
42   </Menu>
43   <Menu name="settings"><text>&amp;Settings</text>
44     <Action name="show_match" append="show_merge"/>
45   </Menu>
46 </MenuBar>
48 <ToolBar fullWidth="true" newline="true" noMerge="1" name="mainToolBar"><text>Main Toolbar</text>
49   <Action name="clear_query"/>
50   <Action name="look_label"/>
51   <Action name="query_combo"/>
52   <Separator/>
53   <Action name="define_btn"/>
54   <Action name="match_btn"/>
55 </ToolBar>
57 <StatusBar/>
59 </kpartgui>