87 QColor *colors[] = { |
87 QColor *colors[] = { |
88 new QColor(221, 0, 0), // classic red |
88 new QColor(221, 0, 0), // classic red |
89 new QColor( 51, 102, 217), // dark blue |
89 new QColor( 51, 102, 217), // dark blue |
90 new QColor( 62, 147, 33), // classic green |
90 new QColor( 62, 147, 33), // classic green |
91 new QColor(162, 61, 187), // classic purple |
91 new QColor(162, 61, 187), // classic purple |
92 new QColor(255, 147, 41), // classic orange |
92 new QColor(255, 255, 0), // yellow |
93 new QColor(115, 115, 115), // classic gray |
93 new QColor(115, 115, 115), // classic gray |
94 new QColor(0, 255, 255), // cyan |
94 new QColor(0, 255, 255), // cyan |
95 new QColor(255, 136, 136), // peach |
95 new QColor(255, 136, 136), // peach |
96 // add new colors here |
96 // add new colors here |
97 0}; |
97 0}; |