mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-23 18:32:51 +00:00
45 lines
1 KiB
Text
45 lines
1 KiB
Text
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
|
|
<kpartgui name="khelpcenter" version="17">
|
|
<MenuBar>
|
|
<Menu name="edit" noMerge="1">
|
|
<text>&Edit</text>
|
|
<Action name="copy_text" />
|
|
<Separator />
|
|
<Action name="selectAll" />
|
|
<Separator />
|
|
<Action name="find" />
|
|
</Menu>
|
|
<Menu name="view" noMerge="1">
|
|
<text>&View</text>
|
|
<Action name="viewDocumentSource" />
|
|
<Action name="setEncoding" />
|
|
</Menu>
|
|
<Menu name="go">
|
|
<text>&Go</text>
|
|
<Action name="prevPage" />
|
|
<Action name="nextPage" />
|
|
<Separator />
|
|
<Action name="back" />
|
|
<Action name="forward" />
|
|
<!--
|
|
<Separator />
|
|
<Action name="lastsearch" />
|
|
-->
|
|
</Menu>
|
|
<Menu name="settings">
|
|
<Action name="configure_fonts" append="save_merge"/>
|
|
</Menu>
|
|
</MenuBar>
|
|
<ToolBar name="mainToolBar" noMerge="1">
|
|
<text>Main Toolbar</text>
|
|
<Action name="go_home" />
|
|
<Action name="back" />
|
|
<Action name="forward" />
|
|
<Separator />
|
|
<Action name="copy_text" />
|
|
<Action name="find" />
|
|
<Separator />
|
|
<Action name="incFontSizes" />
|
|
<Action name="decFontSizes" />
|
|
</ToolBar>
|
|
</kpartgui>
|