#include <stdlib.h>#include <stdio.h>#include <iostream>#include <qlabel.h>#include <qhbox.h>#include <qlayout.h>#include <qcolordialog.h>#include <qbuttongroup.h>#include <klocale.h>#include "PlotDialog.h"#include "Plot2DSimple.h"#include "Plot2DSurface.h"#include "Plot3D.h"#include "PlotPie.h"#include "PlotPolar.h"#include "PlotTernary.h"#include "PlotQWT3D.h"
1.4.4