Toolbar:

Options from left to right:
- Clear - all calculated points will be clear.
- Open - load new fractal from file
- Properties - show window with fractal properties
- Save - save fractal to file (as Fractal file, as PNG image, as CSV 3d points, as CSV 2d points, as POVray scene)
- Copy - copy fractal image to clipboard
- Print - print fractal
- Run - calculate fractal points and draw image
- Stop - stop calculating
- Front - select point of view (Front, Back, Left or Right)
- Color - select color palette (Mono, Gray, Color, Gray line, Color line, Gray historiogram, Color historiogram)
- Draw - draw fractal image
- Moon - draw as moon landscape
- 3d balls - draw as 3d balls, not finished yet
- Settings - program settings
- Time counter - fractal points, default 1 000 000
- Resolution (2d pixels) - fractal image resolution, width x height, default 500x500
- Resolution (3d pixels) - fractal image resolution, width x height x depth, default 100x100x100
- CSV separator - separator in Save as CSV 3d points and Save as CSV 2d points
- CSV culture name - number format, for example enUS, enGB,,pl_PL etc
- Fractals directory - default directory: My Documents\Fractals
Statusbar:

From left to right:
- Fractal name
- Image resolution
- Image zoom
- Calculating progress
- Points counter
- Current program cessage
Fractal file format (*.qfr)
<?xml version="1.0" encoding="utf-8" ?>
<quantumfractal version="2">
<properties>
<name>Octahedron</name>
<type>Iterated Function System</type>
<description></description>
<author>Arkadiusz Jadczyk</author>
<creationdate>2008-10-12</creationdate>
<alpha>0.58</alpha>
<constants>
</constants>
<detectors count="6">
<point>0, 0, 1</point>
<point>1, 0, 0</point>
<point>0, 1, 0</point>
<point>-1, 0, 0</point>
<point>0, -1, 0</point>
<point>0, 0, -1</point>
</detectors>
</properties>
</quantumfractal>