添加围栏存储功能
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user