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.
我有一个自定义QWidgetA,其中包含另一个自定义QWidgetB。我想向 B 添加一个滚动条Qwidget。我尝试添加一个QScrollArea,但它覆盖了 A 的整个窗口QWidget。如何确保滚动条仅适用于QWidgetB?
QWidget
Qwidget
QScrollArea
首先将 QWidget B 替换为 QScrollArea 并将其设置为您想要的位置。然后简单地将 QWidget B 添加到 QScrollArea。