mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-23 18:32:53 +00:00
14 lines
379 B
Text
14 lines
379 B
Text
![]() |
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
|
||
|
<kpartgui name="kemu" version="1" >
|
||
|
<MenuBar>
|
||
|
<Menu name="file"><text>&File</text>
|
||
|
<Action name="harddisk_create"/>
|
||
|
<Separator/>
|
||
|
<Action name="file_quit"/>
|
||
|
</Menu>
|
||
|
</MenuBar>
|
||
|
|
||
|
<ToolBar name="mainToolBar" disable="1"><text>Main Toolbar</text>
|
||
|
</ToolBar>
|
||
|
</kpartgui>
|