You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
477 B
19 lines
477 B
<!DOCTYPE kpartgui>
|
|
<kpartplugin name="kviewbrowser" library="kview_browserplugin">
|
|
<MenuBar>
|
|
<Menu name="tools"><Text>&Tools</Text>
|
|
<Action name="previous_image"/>
|
|
<Action name="next_image"/>
|
|
</Menu>
|
|
</MenuBar>
|
|
<ToolBar name="extraToolBar">
|
|
<text>Extra Toolbar</text>
|
|
<Action name="previous_image"/>
|
|
<Action name="next_image"/>
|
|
</ToolBar>
|
|
<Menu name="popupmenu">
|
|
<Action name="previous_image"/>
|
|
<Action name="next_image"/>
|
|
</Menu>
|
|
</kpartplugin>
|