@SGaist said:
Just one thing, when you say status bar, do you mean QStatusBar ?
Yes, at core it's a QStatusBar.
@Chris-Kawa said:
One way is to put these widgets into a QScrollArea and set the horizontal scroll bar policy of it to Qt::ScrollBarAlwaysOff. This way the "overflowing" content would just be cut off.
Sounds like an idea worth to try. Thanks!