23 #define WIN32_LEAN_AND_MEAN
31 :
QMap<int, QColor> ()
33 (*this)[0] = Qt::white;
34 (*this)[1] = Qt::blue;
35 (*this)[2] = Qt::green;
36 (*this)[3] = Qt::cyan;
38 (*this)[5] = Qt::magenta;
39 (*this)[6] = Qt::yellow;
40 (*this)[7] = Qt::black;
41 (*this)[8] = Qt::lightGray;
42 (*this)[9] = Qt::darkBlue;
43 (*this)[10] = Qt::darkGreen;
44 (*this)[11] = Qt::darkCyan;
45 (*this)[12] = Qt::darkRed;
46 (*this)[13] = Qt::darkMagenta;
47 (*this)[14] = Qt::darkYellow;
48 (*this)[15] = Qt::darkGray;