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).
How can we prevent widgets from maximizing. I tried setting a limit on maximum size but didn't work
"setFixedSize()":http://qt-project.org/doc/qt-4.8/qwidget.html#setFixedSize function maybe? @this->setFixedSize(this->size());@
It sets fixed size of the widget, as "drawn" in form editor.
Regrads, Jake
O thanks! worked like a charm