mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
59 lines
1.5 KiB
Text
59 lines
1.5 KiB
Text
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
|
|
<kpartgui name="windowtest" version="1">
|
|
|
|
<MenuBar>
|
|
<Menu name="file" noMerge="1">
|
|
<text>&File</text>
|
|
<Action name="filenew" />
|
|
<Action name="fileopen" />
|
|
<Action name="filefloppy" />
|
|
<Action name="fileprint" />
|
|
<Separator lineSeparator="true"/>
|
|
<Action name="exit"/>
|
|
</Menu>
|
|
<Menu name="file2">
|
|
<text>F&ile2</text>
|
|
<Action name="filenew2" />
|
|
<Action name="fileopen2" />
|
|
<Separator />
|
|
<Action name="filefloppy2" />
|
|
<Action name="fileprint2" />
|
|
<Separator />
|
|
<Action name="radioButton1" />
|
|
<Action name="radioButton2" />
|
|
<Action name="radioButton3" />
|
|
<Action name="radioButton4" />
|
|
</Menu>
|
|
<Menu name="settings">
|
|
<text>&Settings</text>
|
|
<Merge name="StandardToolBarMenuHandler" append="show_merge"/>
|
|
</Menu>
|
|
</MenuBar>
|
|
|
|
|
|
|
|
<ToolBar name="mainToolBar"><text>Toolbar 1</text>
|
|
<Action name="filenew" />
|
|
<Action name="fileopen" />
|
|
<Action name="filefloppy" />
|
|
<Action name="fileprint" />
|
|
<Action name="combobox" />
|
|
<Action name="location" />
|
|
<Action name="exit" />
|
|
</ToolBar>
|
|
|
|
|
|
<ToolBar name="AnotherToolbar"><text>Toolbar 2</text>
|
|
<Action name="filenew2" />
|
|
<Action name="fileopen2" />
|
|
<Separator />
|
|
<Action name="filefloppy2" />
|
|
<Action name="fileprint2" />
|
|
<Separator />
|
|
<Action name="radioButton1" />
|
|
<Action name="radioButton2" />
|
|
<Action name="radioButton3" />
|
|
<Action name="radioButton4" />
|
|
</ToolBar>
|
|
|
|
</kpartgui>
|