68 "000000000000000000000000000000000000000000000000" |
68 "000000000000000000000000000000000000000000000000" |
69 "000000000000020550000004000700400000000020000000" |
69 "000000000000020550000004000700400000000020000000" |
70 "111111111111111111111111111111111111111111110111")) |
70 "111111111111111111111111111111111111111111110111")) |
71 ; |
71 ; |
72 |
72 |
73 QColor * color1 = new QColor(221, 0, 0); |
73 QColor *colors[] = { |
74 QColor * color2 = new QColor( 67, 118, 233); |
74 new QColor(221, 0, 0), // classic red |
75 QColor * color3 = new QColor( 62, 147, 33); |
75 new QColor( 67, 118, 233), // classic blue |
76 QColor * color4 = new QColor(162, 61, 187); |
76 new QColor( 62, 147, 33), // classic green |
77 QColor * color5 = new QColor(255, 147, 41); |
77 new QColor(162, 61, 187), // classic purple |
78 QColor * color6 = new QColor(115, 115, 115); |
78 new QColor(255, 147, 41), // classic orange |
|
79 new QColor(115, 115, 115), // classic gray |
|
80 new QColor(187, 162, 61), // gold |
|
81 new QColor( 61, 162, 187), // cyan |
|
82 // add new colors here |
|
83 0}; |
79 |
84 |
80 QString * netHost = new QString(); |
85 QString * netHost = new QString(); |
81 quint16 netPort = 46631; |
86 quint16 netPort = 46631; |
82 |
87 |
83 bool haveServer = ${HAVE_NETSERVER}; |
88 bool haveServer = ${HAVE_NETSERVER}; |