mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 10:22:49 +00:00
53 lines
1.1 KiB
Text
53 lines
1.1 KiB
Text
![]() |
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
|
||
|
<kpartgui name="kmenuedit" version="11">
|
||
|
|
||
|
<MenuBar>
|
||
|
|
||
|
<Menu name="file" noMerge="1"><text>&File</text>
|
||
|
<Action name="new_item"/>
|
||
|
<Action name="new_submenu" />
|
||
|
<Action name="new_separator" />
|
||
|
<Separator/>
|
||
|
<Action name="file_save"/>
|
||
|
<Separator/>
|
||
|
<Action name="file_quit"/>
|
||
|
</Menu>
|
||
|
|
||
|
<Menu name="edit" noMerge="1"><text>&Edit</text>
|
||
|
<Action name="move_up"/>
|
||
|
<Action name="move_down"/>
|
||
|
<Separator/>
|
||
|
<Action name="edit_cut"/>
|
||
|
<Action name="edit_copy"/>
|
||
|
<Action name="edit_paste"/>
|
||
|
<Separator/>
|
||
|
<Action name="delete"/>
|
||
|
<Separator/>
|
||
|
<Action name="sort"/>
|
||
|
<Separator/>
|
||
|
<Action name="restore_system_menu"/>
|
||
|
</Menu>
|
||
|
|
||
|
</MenuBar>
|
||
|
|
||
|
<ToolBar name="mainToolBar" noMerge="1" fullWidth="true"><text>Main Toolbar</text>
|
||
|
<Action name="file_save"/>
|
||
|
<Separator/>
|
||
|
<Action name="new_item"/>
|
||
|
<Action name="new_submenu"/>
|
||
|
<Action name="new_separator" />
|
||
|
<Separator/>
|
||
|
<Action name="move_up"/>
|
||
|
<Action name="move_down"/>
|
||
|
<Separator/>
|
||
|
<Action name="edit_cut"/>
|
||
|
<Action name="edit_copy"/>
|
||
|
<Action name="edit_paste"/>
|
||
|
<Separator/>
|
||
|
<Action name="delete"/>
|
||
|
<Separator/>
|
||
|
<Action name="sort"/>
|
||
|
</ToolBar>
|
||
|
|
||
|
</kpartgui>
|