That sounds like your window contents are too large for the smaller screen.
Maybe you have minimum sizes or fixed sizes set that make it impossible for the layout to be smaller, or you need to rearrange the content.
Cheers,
_
That sounds like your window contents are too large for the smaller screen.
Maybe you have minimum sizes or fixed sizes set that make it impossible for the layout to be smaller, or you need to rearrange the content.
Cheers,
_
A scroll area would be possible if you really can't relayout to fit into the smaller size.
One option would be to use the QScrollArea as the main window's central widget and the current central widget as the scroll area's content widget.
Cheers,
_
Bookmarks