1

QWidget別のカスタム B を含むカスタムA がありますQWidget。B にスクロールバーを追加したいです。追加Qwidgetしようとしましたが、 AQScrollAreaのウィンドウ全体をカバーしています。QWidgetQWidget

4

1 に答える 1

2

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.

于 2012-07-13T09:10:25.860 に答える