/ src / kmandelbrot /
src/kmandelbrot/kmandelbrotui.rc
1 <!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
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
8 The DTD is at:
9 http://websvn.kde.org/trunk/KDE/kdelibs/kdeui/xmlgui/kpartgui.dtd?view=log
10 !-->
11 <kpartgui name="kmandelbrot" version="1">
12 <MenuBar>
13 <!--
14 <Menu name="file" >
15 <Action name="view_zoom_in" />
16 </Menu>
17 !-->
18 </MenuBar>
19
20 <ToolBar name="mainToolBar" >
21 <text>Main Toolbar</text>
22 <Action name="view_zoom_in" />
23 <!-- You can find the name with:
24 (kde:standard-action.name kde:standard-action.+zoom-in+)
25 !-->
26 <Action name="view_zoom_out" />
27 </ToolBar>
28
29 </kpartgui>