diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | ce599e4f9f94b4eb00c1b5edb85bce5431ab3df2 (patch) | |
tree | d3bb9f5d25a2dc09ca81adecf39621d871534297 /kalzium/src/kalziumui.rc | |
download | tdeedu-ce599e4f9f94b4eb00c1b5edb85bce5431ab3df2.tar.gz tdeedu-ce599e4f9f94b4eb00c1b5edb85bce5431ab3df2.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/kdeedu@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kalzium/src/kalziumui.rc')
-rw-r--r-- | kalzium/src/kalziumui.rc | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/kalzium/src/kalziumui.rc b/kalzium/src/kalziumui.rc new file mode 100644 index 00000000..80c9be54 --- /dev/null +++ b/kalzium/src/kalziumui.rc @@ -0,0 +1,45 @@ +<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> +<kpartgui name="kalzium" version="4"> +<MenuBar> + <Menu name="file" noMerge="0"><text>&File</text> + <Action name="export_data"/> + </Menu> + <Menu name="table_menu"><text>&View</text> + <Action name="view_numerationtype" /> + <Menu name="look_menu"><text>&Look</text> + <Action name="view_look_noscheme" /> + <Separator /> + <Action name="view_look_groups" /> + <Action name="view_look_blocks" /> + <Action name="view_look_acid" /> + <Action name="view_look_family" /> + <Action name="view_look_crystal" /> + <Action name="view_look_gradmenu" /> + </Menu> + <Separator /> + <Action name="view_legend" /> + <Action name="view_tooltip" /> + <Action name="view_sidebar"/> + </Menu> + <Menu name="miscmenu"><text>&Tools</text> + <Action name="tools_plotdata" /> + <Action name="tools_glossary" /> + <Action name="tools_eqsolver" /> + </Menu> + <Menu name="settings"><text>&Settings</text> + </Menu> +</MenuBar> + +<ToolBar name="mainToolBar"> + <text>Main Toolbar</text> + <Action name="view_legend" /> + <Action name="view_tooltip" /> + <Action name="view_sidebar"/> + <Separator /> + <Action name="tools_plotdata" /> + <Action name="tools_isotopetable" /> + <Action name="tools_glossary" /> + <Action name="tools_eqsolver" /> +</ToolBar> + +</kpartgui> |