diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-01-20 01:29:50 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-01-20 01:29:50 +0000 |
commit | 8362bf63dea22bbf6736609b0f49c152f975eb63 (patch) | |
tree | 0eea3928e39e50fae91d4e68b21b1e6cbae25604 /kchart/kchart.rc | |
download | koffice-8362bf63dea22bbf6736609b0f49c152f975eb63.tar.gz koffice-8362bf63dea22bbf6736609b0f49c152f975eb63.zip |
Added old abandoned KDE3 version of koffice
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1077364 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kchart/kchart.rc')
-rw-r--r-- | kchart/kchart.rc | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/kchart/kchart.rc b/kchart/kchart.rc new file mode 100644 index 00000000..97eef511 --- /dev/null +++ b/kchart/kchart.rc @@ -0,0 +1,56 @@ +<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd" ><kpartgui name="KChart" version="13"> +<MenuBar> + <Menu name="file"><text>&File</text> + <Action name="import_data"/> + <Action name="extra_template"/> + </Menu> + <Menu name="Edit"><text>&Edit</text> + <Action name="editdata"/> + </Menu> + <Menu name="Format"><text>F&ormat</text> + <Action name="config"/> + <Separator /> + <Action name="data_format"/> + <Action name="legend_subtype"/> + <Action name="headerfooter_subtype"/> + <Action name="color_config"/> + <Action name="font_config"/> + <Action name="back_config"/> + <Action name="legend_config"/> + <Separator /> + <Action name="page_layout"/> + </Menu> + <Menu name="settings"><text>&Settings</text> + <Separator group="settings_show"/> + </Menu> +</MenuBar> +<ToolBar name="KChartToolBar" position="top"><Text>Actions</Text> + <Action name="editdata"/> + <Action name="config"/> + <Action name="wizard"/> +</ToolBar> +<ToolBar name="KChartTypes" position="left"><Text>Types</Text> + <Action name="barschart"/> + <Action name="linechart"/> + <Action name="areaschart"/> + <Action name="barlineschart"/> + <Action name="hilochart"/> + <Action name="bwchart"/> + <Action name="piechart"/> + <Action name="ringchart"/> + <Action name="polarchart"/> +</ToolBar> +<Menu name="action_popup"> + <Action name="config"/> + <Separator /> + <Action name="data_format"/> + <Action name="legend_subtype"/> + <Action name="headerfooter_subtype"/> + <Action name="legend_config"/> + <Action name="color_config"/> + <Action name="font_config"/> + <Action name="back_config"/> + <Separator /> + <Action name="editdata"/> +</Menu> +</kpartgui> |