QPainterPath areapath; /* Area chart path*/ areapath.setFillRule(Qt::OddEvenFill); areapath.moveTo(X_SHIFT, X_AXIS_YCOR); /*Move to the ...
確定! 回上一頁