summaryrefslogtreecommitdiffstats
path: root/ksysguard/gui/ksysguardui.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
commit4aed2c8219774f5d797760606b8489a92ddc5163 (patch)
tree3f8c130f7d269626bf6a9447407ef6c35954426a /ksysguard/gui/ksysguardui.rc
downloadtdebase-4aed2c8219774f5d797760606b8489a92ddc5163.tar.gz
tdebase-4aed2c8219774f5d797760606b8489a92ddc5163.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/kdebase@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'ksysguard/gui/ksysguardui.rc')
-rw-r--r--ksysguard/gui/ksysguardui.rc50
1 files changed, 50 insertions, 0 deletions
diff --git a/ksysguard/gui/ksysguardui.rc b/ksysguard/gui/ksysguardui.rc
new file mode 100644
index 000000000..912894ed3
--- /dev/null
+++ b/ksysguard/gui/ksysguardui.rc
@@ -0,0 +1,50 @@
+<!DOCTYPE kpartgui>
+<kpartgui name="ksysguard" version="5">
+<State name="showProcessState">
+ <Disable>
+ <Action name="new_worksheet"/>
+ <Action name="import_worksheet"/>
+ <Action name="recent_import_worksheet"/>
+ <Action name="export_worksheet"/>
+ <Action name="remove_worksheet"/>
+ <Action name="revert_all_worksheets"/>
+ <Action name="connect_host"/>
+ <Action name="disconnect_host"/>
+ <Action name="configure_sheet"/>
+ <Action name="configure_style"/>
+ </Disable>
+</State>
+<MenuBar>
+ <Menu name="file"><text>&amp;File</text>
+ <Action name="new_worksheet"/>
+ <Action name="recent_import_worksheet"/>
+ <Action name="import_worksheet"/>
+ <Separator/>
+ <Action name="export_worksheet"/>
+ <Separator/>
+ <Action name="remove_worksheet"/>
+ <Action name="revert_all_worksheets"/>
+ <Separator/>
+ <Action name="connect_host"/>
+ <Action name="disconnect_host"/>
+ </Menu>
+ <Menu name="edit"><text>&amp;Edit</text>
+ <Action name="configure_sheet"/>
+ </Menu>
+ <Menu name="settings"><text>&amp;Settings</text>
+ <Action name="configure_style"/>
+ </Menu>
+</MenuBar>
+<ToolBar name="mainToolBar" noMerge="1"><text>Main Toolbar</text>
+ <Action name="new_worksheet"/>
+ <Action name="import_worksheet"/>
+ <Action name="export_worksheet"/>
+ <Separator/>
+ <Action name="connect_host"/>
+ <Action name="disconnect_host"/>
+ <Separator/>
+ <Action name="configure_sheet"/>
+ <Action name="configure_style"/>
+</ToolBar>
+</kpartgui>
+