You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
817 B
30 lines
817 B
<!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>
|