Advance Wayland and KDE package bring-up
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
@@ -0,0 +1,59 @@
|
||||
<!DOCTYPE gui SYSTEM "kpartgui.dtd">
|
||||
<gui 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>
|
||||
|
||||
</gui>
|
||||
Reference in New Issue
Block a user