From 9b7565e81a0b62711eaeafb633047a819e149170 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Thu, 14 Jan 2021 12:37:26 +0100 Subject: statistics: turn ChartGrid into QSGNodes Turn the background grid into QSGNodes. Each grid line is represented by a QSG line item. An alternative would be drawing the grid into a QImage and blasting that onto the screen. It is unclear which one is preferred. Signed-off-by: Berthold Stoeger --- desktop-widgets/statswidget.h | 1 - 1 file changed, 1 deletion(-) (limited to 'desktop-widgets') diff --git a/desktop-widgets/statswidget.h b/desktop-widgets/statswidget.h index b85d89730..51b94ac87 100644 --- a/desktop-widgets/statswidget.h +++ b/desktop-widgets/statswidget.h @@ -33,7 +33,6 @@ private: std::vector> features; ChartListModel charts; - //QStringListModel charts; void showEvent(QShowEvent *) override; }; -- cgit v1.2.3-70-g09d2