Hello,
QGraphicsTextItem::setWidth(width)
Is there any way to get linebreaks of text (better text with linebreaks) in QGraphicsTextItem (for reproducing text in other tool)?
Hello,
QGraphicsTextItem::setWidth(width)
Is there any way to get linebreaks of text (better text with linebreaks) in QGraphicsTextItem (for reproducing text in other tool)?
automatic linebreaks (aka wrapping at some width), or manual linebreaks for "\n" in the text?
when width was set (QGraphicsTextItem::setWidth(width)), Qt automatically wrapping text into width and makes multiline text.
How is it possible to get where Qt visible broke line?
How to limit number of lines in QGraphicsTextItem?
Last edited by nicolas1; 28th November 2008 at 13:43.
Bookmarks