setRenderHint(QPainter::Antialiasing); QPainterPath path; path.lineTo(100, 0); path.cubicTo(200, 0, 100, 50, 200, 100); // 貝塞爾曲線 path.
確定! 回上一頁