What it is you want to do?
Why QPainter::drawText() (not addText()) is not good for you?
Control chars such as '\n' can be used by both versions, since both use QString, in that sense, there is no difference between the two.
What it is you want to do?
Why QPainter::drawText() (not addText()) is not good for you?
Control chars such as '\n' can be used by both versions, since both use QString, in that sense, there is no difference between the two.
==========================signature=============== ==================
S.O.L.I.D principles (use them!):
https://en.wikipedia.org/wiki/SOLID_...iented_design)
Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.
Bookmarks