|
|
@ -30,7 +30,7 @@ Chart::Chart(TQWidget* parent, const double* uploadBuffer, const double* downloa
|
|
|
|
void Chart::paintEvent(TQPaintEvent*) {
|
|
|
|
void Chart::paintEvent(TQPaintEvent*) {
|
|
|
|
TQPainter paint(this);
|
|
|
|
TQPainter paint(this);
|
|
|
|
paint.setBackgroundColor(TQt::black);
|
|
|
|
paint.setBackgroundColor(TQt::black);
|
|
|
|
paint.setBackgroundMode(Qt::OpaqueMode);
|
|
|
|
paint.setBackgroundMode(TQt::OpaqueMode);
|
|
|
|
TQBrush brush(TQColor(0x33, 0x33, 0x33), CrossPattern);
|
|
|
|
TQBrush brush(TQColor(0x33, 0x33, 0x33), CrossPattern);
|
|
|
|
paint.fillRect(0, 0, width(), height(), brush);
|
|
|
|
paint.fillRect(0, 0, width(), height(), brush);
|
|
|
|
|
|
|
|
|
|
|
|