Warning, /office/calligra/karbon/data/karbon_readonly.rc is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8" ?>
0002 <gui name="Karbon" 
0003      version="2"
0004      xmlns="http://www.kde.org/standards/kxmlgui/1.0"
0005      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
0006      xsi:schemaLocation="http://www.kde.org/standards/kxmlgui/1.0
0007                          http://www.kde.org/standards/kxmlgui/1.0/kxmlgui.xsd" >
0008 
0009 <MenuBar>
0010     <Menu name="edit">
0011         <text>&amp;Edit</text>
0012         <Action name="edit_copy"/>
0013         <Action name="edit_select_all"/>
0014         <Action name="edit_deselect_all"/>
0015     </Menu>
0016     <Menu name="view">
0017         <text>&amp;View</text>
0018         <Action name="view_zoom_in"/>
0019         <Action name="view_zoom_out"/>
0020         <Action name="view_zoom"/>
0021         <Action name="view_mode"/>
0022     </Menu>
0023 </MenuBar>
0024 <ToolBar name="view_toolbar">
0025     <text>View</text>
0026     <Separator/>
0027     <Action name="view_mode"/>
0028     <Action name="view_zoom"/>
0029 </ToolBar>
0030 </gui>