setRenderHint(QPainter::Antialiasing); QPainterPath path; path.addRoundedRect(QRectF(15, 15, 80, 5), 2, 2); QPen pen(Qt::black, 0.3); p.
確定! 回上一頁