滚动窗口 tpScrollPanel
2025-07-17
介绍
tpScrollPanel 类 tpScrollPanel 为滚动窗口,当某窗口尺寸过大,屏幕无法直接完全呈现时,使用tpScrollPanel可为窗口添加滚动支持功能,支持水平滚动和垂直滚动。
使用示例
tpScrollPanel *mainScrollPanel_ = new tpScrollPanel(this);
tpChildWidget* scrollWidget = new tpChildWidget();
mainScrollPanel_->setWidget(scrollWidget);
效果演示
