smooth_scroll

Module Contents

SmoothScroll

Scroll smoothly

SmoothMode

Smooth mode

class SmoothScroll(widget: PyQt5.QtWidgets.QScrollArea, orient=Qt.Vertical)

Scroll smoothly

setSmoothMode(smoothMode)

set smooth mode

wheelEvent(e)
class SmoothMode

Bases: enum.Enum

Smooth mode

NO_SMOOTH = 0
CONSTANT = 1
LINEAR = 2
QUADRATI = 3
COSINE = 4