32 lines
879 B
Plaintext
32 lines
879 B
Plaintext
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
|
|
<kpartgui name="plasma-kpart-shell" version="2">
|
|
<MenuBar>
|
|
<Menu noMerge="1" name="file"><text>&File</text>
|
|
<Action name="file_new"/>
|
|
<Action name="file_open"/>
|
|
<Separator/>
|
|
<Merge/>
|
|
<Separator/>
|
|
<Action name="file_quit"/>
|
|
</Menu>
|
|
<Menu noMerge="1" name="settings"><text>&Settings</text>
|
|
<Action name="options_show_toolbar"/>
|
|
<Action name="options_show_statusbar"/>
|
|
<Merge name="show_merge"/>
|
|
<Separator/>
|
|
<Action name="options_configure_keybinding"/>
|
|
<Action name="options_configure_toolbars"/>
|
|
<Action name="options_configure"/>
|
|
<Merge name="configure_merge"/>
|
|
<Separator/>
|
|
<Merge/>
|
|
</Menu>
|
|
</MenuBar>
|
|
<ToolBar noMerge="1" name="mainToolBar"><text>Main Toolbar</text>
|
|
<Action name="file_new"/>
|
|
<Merge/>
|
|
<Action name="help"/>
|
|
</ToolBar>
|
|
</kpartgui>
|
|
|