summaryrefslogtreecommitdiff
path: root/qmlplugin/hrGraph.cpp
diff options
context:
space:
mode:
authorArseniy-Movshev <dodoradio@outlook.com>2023-05-30 13:43:25 +0100
committerArseniy-Movshev <dodoradio@outlook.com>2023-05-30 14:05:31 +0100
commit113a8495d775894ff57cb34c67c9086c3a4e64da (patch)
treeb8e00d43b891775f0a454a94a1fb38e393fbfa94 /qmlplugin/hrGraph.cpp
parentebfdff8dc1f84921373b7ea3b379193b6da69b8e (diff)
enable antialiasing on item
Diffstat (limited to 'qmlplugin/hrGraph.cpp')
-rw-r--r--qmlplugin/hrGraph.cpp1
1 files changed, 1 insertions, 0 deletions
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();
}