blob: 9b259334a94cdd40ecf69f528771a01391096a78 (
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>&File</text>
<Action name="file_close"/>
<Separator/>
<Action name="file_quit"/>
</Menu>
<Menu name="Device">
<text>&Device</text>
<Action name="tqdevice_add" />
<Action name="tqdevice_remove" />
<Separator/>
<Action name="tqdevice_rename" />
<Action name="tqdevice_changeicon" />
<Separator/>
<Action name="tqdevice_configure" />
</Menu>
</MenuBar>
<ToolBar noMerge="1" name="mainToolBar" fullWidth="true" >
<text>Main Toolbar</text>
<Action name="file_save" />
<Separator/>
<Action name="tqdevice_add" />
<Action name="tqdevice_remove" />
<Separator/>
<Action name="tqdevice_configure"/>
</ToolBar>
</kpartgui>
|