summaryrefslogtreecommitdiffstats
path: root/ksysguard/gui/ksysguardui.rc
blob: 912894ed3b5d9039645190baae8f026129d8bef0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
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>