initial import
src/kmandelbrot
Fri Apr 3 00:16:06 CEST 2009 Tobias Rautenkranz <tobias@rautenkranz.ch>
* initial import
Binary files old-kde.examples/src/kmandelbrot/kmandelbrot.png and new-kde.examples/src/kmandelbrot/kmandelbrot.png differ
diff -rN -u old-kde.examples/src/kmandelbrot/kmandelbrotui.rc new-kde.examples/src/kmandelbrot/kmandelbrotui.rc
--- old-kde.examples/src/kmandelbrot/kmandelbrotui.rc 1970-01-01 01:00:00.000000000 +0100
+++ new-kde.examples/src/kmandelbrot/kmandelbrotui.rc 2014-10-30 07:20:13.000000000 +0100
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+This file needs to be in one of the paths of:
+$ kde4-config \-\-path data
+in a directory kmandelbrot.
+!-->
+<gui name="KMandelbrot"
+version="1"
+xmlns="http://www.kde.org/standards/kxmlgui/1.0"
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+xsi:schemaLocation="http://www.kde.org/standards/kxmlgui/1.0
+http://www.kde.org/standards/kxmlgui/1.0/kxmlgui.xsd" >
+
+<MenuBar>
+<!--
+<Menu name="file" >
+<Action name="view_zoom_in" />
+</Menu>
+!-->
+</MenuBar>
+
+<ToolBar name="mainToolBar" >
+<text>Main Toolbar</text>
+<Action name="view_zoom_in" />
+<!-- You can find the name with:
+(kde:kstandardaction.name kde:kstandardaction.+zoomin+)
+!-->
+<Action name="view_zoom_out" />
+</ToolBar>
+
+</gui>