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