diff options
author | Arseniy-Movshev <dodoradio@outlook.com> | 2023-05-30 13:43:25 +0100 |
---|---|---|
committer | Arseniy-Movshev <dodoradio@outlook.com> | 2023-05-30 14:05:31 +0100 |
commit | 113a8495d775894ff57cb34c67c9086c3a4e64da (patch) | |
tree | b8e00d43b891775f0a454a94a1fb38e393fbfa94 /qmlplugin | |
parent | ebfdff8dc1f84921373b7ea3b379193b6da69b8e (diff) |
enable antialiasing on item
Diffstat (limited to '')
-rw-r--r-- | qmlplugin/hrGraph.cpp | 1 |
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(); } |