QPainter.drawText
- void drawText(const(QPointF) p, const(QString) s)
- void drawText(const(QPoint) p, const(QString) s)
- void drawText(int x, int y, const(QString) s)
- void drawText(const(QPointF) p, const(QString) str, int tf, int justificationPadding)
- void drawText(const(QRectF) r, int flags, const(QString) text, QRectF* br)
- void drawText(const(QRect) r, int flags, const(QString) text, QRect* br)
- void drawText(int x, int y, int w, int h, int flags, const(QString) str, QRect* br)
- void drawText(const(QRectF) r, const(QString) text, const(QTextOption) o)
qt gui painter QPainter
aliasesconstructorsdestructorsenumsfunctionsstatic functionsstructs