添加围栏存储功能

This commit is contained in:
hm
2022-05-17 16:42:58 +08:00
parent 778b540b02
commit 0574b2d49e
3 changed files with 53 additions and 9 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ void geoFenceitem::paint(QPainter *painter, const QStyleOptionGraphicsItem *opti
Q_UNUSED(option);
Q_UNUSED(widget);
painter->setOpacity(0.4);
painter->setOpacity(0.5);
QPen myPen = painter->pen();
myPen.setWidth(lineWidth);