Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I use a QFrame that shows to be around 50px once compiled, but QFrame.height() returns a value of 480. I can't see why and how I can get the real value rendered.
QFrame.height()
@celke Widgets' dimensions are only valid/reliable when the widget is showing. Believe what you find at runtime, not what you see at compile-time.