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).
When a widget is set to be centralWidget, it will be automatically resized according to the main window. But scroll areas don't behave like that. Are you using QScrollArea? You can have a try at
QScrollArea
void QScrollArea::setWidgetResizable(bool resizable)
Hi,
Sorry if my question seems off topic but aren't you re-inventing QLabel ?