Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 7

Qt-interest Archive, April 2007
Qt::AlignBottom ignored for QPainter::drawText in rectangle?


Message 1 in thread

QPainter pntr;
QRect rb;
char buffer[12];
...
...
pntr.drawText(rb, Qt::AlignHCenter|Qt::AlignBottom, buffer);

Doesn't align bottom.




--
 [ signature omitted ]