轮播按钮 tpCarouselButton
2025-07-17
介绍
tpCarouselButton 类 轮播按钮,一般与图片显示窗口组合实现轮播图效果
使用示例
tpCarouselButton* carouselButton = new tpCarouselButton(this);
carouselButton->setCount(3);
效果演示
- 默认状态

2025-07-17
tpCarouselButton* carouselButton = new tpCarouselButton(this);
carouselButton->setCount(3);