summaryrefslogtreecommitdiffstats
path: root/kmobile/kmobileui.rc
blob: 95af1dd3ba555df3c3e6b2d8698344cbd7f906f6 (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
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="kmobile" version="1">
 <MenuBar>
  <Menu name="file" noMerge="1"><text>&amp;File</text>
    <Action name="file_close"/>
    <Separator/>
    <Action name="file_quit"/>
  </Menu>
  <Menu name="Device">
    <text>&amp;Device</text>
    <Action name="device_add" />
    <Action name="device_remove" />
    <Separator/>
    <Action name="device_rename" />
    <Action name="device_changeicon" />
    <Separator/>
    <Action name="device_configure" />
  </Menu>
 </MenuBar>
 <ToolBar noMerge="1" name="mainToolBar" fullWidth="true" >
  <text>Main Toolbar</text>
  <Action name="file_save" />
  <Separator/>
  <Action name="device_add" />
  <Action name="device_remove" />
  <Separator/>
  <Action name="device_configure"/>
 </ToolBar>
</kpartgui>