Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
QWidget別のカスタム B を含むカスタムA がありますQWidget。B にスクロールバーを追加したいです。追加Qwidgetしようとしましたが、 AQScrollAreaのウィンドウ全体をカバーしています。QWidgetQWidget
QWidget
Qwidget
QScrollArea
First replace QWidget B with the QScrollArea and set it up so that it is where you want it to be. Then simple add QWidget B to the QScrollArea.