kviewbrowser.rc 636 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
<!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>