00001 //LabPlot colors.h 00002 00003 // used from pie plot and set different colors 00004 00005 #ifndef COLORS_H 00006 #define COLORS_H 00007 00008 static QColor colortable[16]={Qt::black,Qt::blue,Qt::green,Qt::red,Qt::cyan,Qt::magenta,Qt::yellow,Qt::gray,Qt::lightGray,Qt::darkGray, 00009 Qt::darkRed, Qt::darkGreen, Qt::darkBlue, Qt::darkCyan, Qt::darkMagenta, Qt::darkYellow}; 00010 00011 00012 #endif // COLORS_H