smooth_scroll¶
Module Contents¶
平滑滚动 |
|
平滑滚动模式 |
- class SmoothScroll(widget: PyQt5.QtWidgets.QScrollArea, orient=Qt.Vertical)¶
平滑滚动
- widget¶
- orient¶
- fps = 60¶
- duration = 400¶
- stepsTotal = 0¶
- stepRatio = 1.5¶
- acceleration = 1¶
- lastWheelEvent = None¶
- scrollStamps¶
- stepsLeftQueue¶
- smoothMoveTimer¶
- smoothMode¶
- setSmoothMode(smoothMode)¶
设置平滑滚动模式
- wheelEvent(e)¶