Hi everyone,
I've searched the web, but haven't been able to find a solution to my problem. I'd like to change the line spacing in drawText but I can't figure out how to go about it. Could any kind person point me in the right direction?
TIA
Ziggx
Hi everyone,
I've searched the web, but haven't been able to find a solution to my problem. I'd like to change the line spacing in drawText but I can't figure out how to go about it. Could any kind person point me in the right direction?
TIA
Ziggx
Last edited by ziggx; 2011-01-29 at 15:47. Reason: spelling mistake
I can't see a way to do it. About all I can figure is to roll your own -- use QFontMetrics::elidedText() and/or size() to figure out where to split the line, then split and place each line individually.
Yeah,
That's the way I think I have to go - bit of bummer though. Thanks for the input
Best wishes
Ziggx