绘制位置
for (int k=0;k<drawIndexRoutePoints.size();k++) { QVector<QPoint> drawRoutePoints = drawIndexRoutePoints.at(k); for (QPoint indexPoint : drawRoutePoints) { mainPainter.drawEllipse(indexPoint.x(), indexPoint.y(), 6, 6); } }
###############
绘制位置
for (int k=0;k<drawIndexRoutePoints.size();k++) { QVector<QPoint> drawRoutePoints = drawIndexRoutePoints.at(k); for (QPoint indexPoint : drawRoutePoints) { mainPainter.drawEllipse(indexPoint.x(), indexPoint.y(), 6, 6); } }
###############