From 80f2cf91af7706e56c871dfc9b826a5412869386 Mon Sep 17 00:00:00 2001 From: Nikita Kostovsky Date: Wed, 4 Dec 2024 19:57:23 +0100 Subject: minor --- QmlCustomPlot.cpp | 4 ++-- main.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/QmlCustomPlot.cpp b/QmlCustomPlot.cpp index bba287e..4d560ce 100644 --- a/QmlCustomPlot.cpp +++ b/QmlCustomPlot.cpp @@ -128,8 +128,8 @@ void QmlCustomPlot::setLines(const QVector lines) // QRgb green = QRandomGenerator::generate(); // QRgb blue = QRandomGenerator::generate(); QColor color { QRgb { QRandomGenerator::global()->generate() } }; - color.setAlpha(100); - const QPen linePen(color, 4); + color.setAlpha(150); + const QPen linePen(color, 6); QCPItemLine * l; if(i >= m_lineItems.count()) diff --git a/main.cpp b/main.cpp index eb44515..8a3633b 100644 --- a/main.cpp +++ b/main.cpp @@ -162,7 +162,7 @@ int main(int argc, char *argv[]) } else { - qDebug() << "set lines. count is" << lines.count(); + // qDebug() << "set lines. count is" << lines.count(); qmlCustomPlot->setLines(lines); } -- cgit v1.2.3-70-g09d2