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.
 
 
 
 
 
 

23 lines
636 B

<!DOCTYPE kpartgui>
<kpartplugin library="kview_browserplugin" name="kviewbrowser" >
<MenuBar>
<Menu name="tools" >
<Text>&amp;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>
<ActionProperties>
<Action shortcut="PageDown" name="next_image" />
<Action shortcut="PageUp" name="previous_image" />
</ActionProperties>
</kpartplugin>