From 113a8495d775894ff57cb34c67c9086c3a4e64da Mon Sep 17 00:00:00 2001 From: Arseniy-Movshev Date: Tue, 30 May 2023 13:43:25 +0100 Subject: enable antialiasing on item --- qmlplugin/hrGraph.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'qmlplugin') diff --git a/qmlplugin/hrGraph.cpp b/qmlplugin/hrGraph.cpp index 5c38026..d73cbcd 100644 --- a/qmlplugin/hrGraph.cpp +++ b/qmlplugin/hrGraph.cpp @@ -41,6 +41,7 @@ HrGraph::HrGraph() { setFlag(ItemHasContents, true); + setAntialiasing(true); setRenderTarget(QQuickPaintedItem::FramebufferObject); loadGraphData(); } -- cgit v1.2.3-54-g00ecf