78 "1111111111111111111111111111111111111111111101111" |
78 "1111111111111111111111111111111111111111111101111" |
79 )); |
79 )); |
80 |
80 |
81 QColor *colors[] = { |
81 QColor *colors[] = { |
82 new QColor(221, 0, 0), // classic red |
82 new QColor(221, 0, 0), // classic red |
83 new QColor( 67, 118, 233), // classic blue |
83 new QColor( 51, 102, 217), // dark blue |
84 new QColor( 62, 147, 33), // classic green |
84 new QColor( 62, 147, 33), // classic green |
85 new QColor(162, 61, 187), // classic purple |
85 new QColor(162, 61, 187), // classic purple |
86 new QColor(255, 147, 41), // classic orange |
86 new QColor(255, 147, 41), // classic orange |
87 new QColor(115, 115, 115), // classic gray |
87 new QColor(115, 115, 115), // classic gray |
88 new QColor(187, 162, 61), // gold |
88 new QColor(0, 255, 255), // cyan |
89 new QColor( 61, 162, 187), // cyan |
89 new QColor(255, 136, 136), // peach |
90 // add new colors here |
90 // add new colors here |
91 0}; |
91 0}; |
92 |
92 |
93 QString * netHost = new QString(); |
93 QString * netHost = new QString(); |
94 quint16 netPort = 46631; |
94 quint16 netPort = 46631; |