Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi,
I am drawing line using QQuickPaintedItemfrom a series of points : QPointF points[2000]; I want to draw dashed line for some portion of these 2000 points. For example, from 1000-1500 dashed line. Any suggestions?
Well, divide your work into 3 separate parts:
To modify line style, use QPen.