summaryrefslogtreecommitdiffstats
path: root/kalzium/src/kalziumui.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
commitce599e4f9f94b4eb00c1b5edb85bce5431ab3df2 (patch)
treed3bb9f5d25a2dc09ca81adecf39621d871534297 /kalzium/src/kalziumui.rc
downloadtdeedu-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.rc45
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>&amp;File</text>
+ <Action name="export_data"/>
+ </Menu>
+ <Menu name="table_menu"><text>&amp;View</text>
+ <Action name="view_numerationtype" />
+ <Menu name="look_menu"><text>&amp;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>&amp;Tools</text>
+ <Action name="tools_plotdata" />
+ <Action name="tools_glossary" />
+ <Action name="tools_eqsolver" />
+ </Menu>
+ <Menu name="settings"><text>&amp;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>