Doc: Document Qt::ScrollMomentum
And fix a typo in Qt::ScrollEnd. Task-number: QTBUG-71502 Change-Id: I3efdbd12415814e066edd1b2f102a792812d36d5 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
This commit is contained in:
parent
411430f420
commit
a92735ec00
@ -3187,8 +3187,12 @@
|
||||
|
||||
\value ScrollUpdate The scrolling distance has changed (default).
|
||||
|
||||
\value ScrollEnd Scrolling has ended, but the scrolling distance
|
||||
\value ScrollEnd Scrolling has ended, and the scrolling distance
|
||||
did not change anymore.
|
||||
|
||||
\value ScrollMomentum The user no longer touches the input device,
|
||||
but scrolling continues due to scroll momentum.
|
||||
This value was introduced in Qt 5.12.
|
||||
*/
|
||||
|
||||
/*!
|
||||
|
Loading…
Reference in New Issue
Block a user