summaryrefslogtreecommitdiffstats
path: root/kdict/kdictui.rc
diff options
context:
space:
mode:
authortoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
committertoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
commitbcb704366cb5e333a626c18c308c7e0448a8e69f (patch)
treef0d6ab7d78ecdd9207cf46536376b44b91a1ca71 /kdict/kdictui.rc
downloadtdenetwork-bcb704366cb5e333a626c18c308c7e0448a8e69f.tar.gz
tdenetwork-bcb704366cb5e333a626c18c308c7e0448a8e69f.zip
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdict/kdictui.rc')
-rw-r--r--kdict/kdictui.rc59
1 files changed, 59 insertions, 0 deletions
diff --git a/kdict/kdictui.rc b/kdict/kdictui.rc
new file mode 100644
index 00000000..15b3c414
--- /dev/null
+++ b/kdict/kdictui.rc
@@ -0,0 +1,59 @@
+<!DOCTYPE kpartgui>
+<kpartgui name="Kdict" version="4">
+
+<MenuBar>
+ <Menu noMerge="1" name="file"><text>&amp;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>&amp;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&amp;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&amp;ver</text>
+ <Action name="get_capabilities"/>
+ <Action name="edit_sets"/>
+ <Separator />
+ <Menu name="database_sub"><text>Database &amp;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>&amp;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>