Adding Scrollbars to a QFrame in Qt

Many things are very easy to accomplish in Qt. Qt’s designer is a great help with that. But the is no option to simply “enable” scrollbars for a frame. Also, the QScrollArea can nowhere be found in the designer. The solution is actually quite simple: Add the component you want to be scrollable (QFrame, QLabel, … Continue reading Adding Scrollbars to a QFrame in Qt