Quote Originally Posted by jpn View Post
Where is the textDisplay widget in the screenshot?
It's the big red letters :-)

Maybe you have to call QWidget::adjustSize() or something to make it adjust it's size to correspond it's contents (this would be done automatically if it was in a layout).
I somehow fear that moving around a widget that is part of a layout will break the layout, no? I will try it out now.