initial import
Annotate for file src/kmandelbrot/kmandelbrotui.rc
2009-04-02 tobias 1 <?xml version="1.0" encoding="UTF-8"?>
22:16:06 ' 2 <!--
' 3 This file needs to be in one of the paths of:
' 4 $ kde4-config \-\-path data
' 5 in a directory kmandelbrot.
' 6 !-->
' 7 <gui name="KMandelbrot"
' 8 version="1"
' 9 xmlns="http://www.kde.org/standards/kxmlgui/1.0"
' 10 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
' 11 xsi:schemaLocation="http://www.kde.org/standards/kxmlgui/1.0
' 12 http://www.kde.org/standards/kxmlgui/1.0/kxmlgui.xsd" >
' 13
' 14 <MenuBar>
' 15 <!--
' 16 <Menu name="file" >
' 17 <Action name="view_zoom_in" />
' 18 </Menu>
' 19 !-->
' 20 </MenuBar>
' 21
' 22 <ToolBar name="mainToolBar" >
' 23 <text>Main Toolbar</text>
' 24 <Action name="view_zoom_in" />
' 25 <!-- You can find the name with:
' 26 (kde:kstandardaction.name kde:kstandardaction.+zoomin+)
' 27 !-->
' 28 <Action name="view_zoom_out" />
' 29 </ToolBar>
' 30
' 31 </gui>