QPainter.drawStaticText

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void drawStaticText(const(QPointF) topLeftPosition, const(QStaticText) staticText)
  2. void drawStaticText(const(QPoint) p, const(QStaticText) staticText)
  3. void drawStaticText(int x, int y, const(QStaticText) staticText)
    struct QPainter
    pragma(inline, true)
    void
    drawStaticText
    (
    int x
    ,
    int y
    ,)

Meta