Details
-
Suggestion
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
None
-
None
Description
LineSeries currently lets us configure its Qt::PenStyle and Qt::PenCapStyle. Adding Qt::PenJoinStyle will complete the set (see https://doc.qt.io/qt-6/qpen.html#join-style )
For example, it is currently possible to draw a line graph with Qt::PenJoinStyle::RoundJoin using QQuickPaintedItem+QPainter but not with GraphsView.