add docs for QPlatformTheme::WheelScrollLines, MouseDoubleClickDistance
These theme hints were added inbb10fac71528and4a2e297brespectively. Change-Id: Ic39f32dae4d0843b1b2398beb27081ad07d75772 Reviewed-by: Jan Arve Sæther <jan-arve.saether@qt.io> (cherry picked from commit 847a152474550e0952d31f15069fb346565938df) Reviewed-by: Simo Fält <simo.falt@qt.io>
parent
04f68053df
commit
c71fc3860b
|
|
@ -79,6 +79,10 @@ QT_BEGIN_NAMESPACE
|
|||
\value MouseDoubleClickInterval (int) Mouse double click interval in ms,
|
||||
overriding QPlatformIntegration::styleHint.
|
||||
|
||||
\value MouseDoubleClickDistance (int) The maximum distance in logical pixels which the mouse can travel
|
||||
between clicks in order for the click sequence to be handled as a double click.
|
||||
The default value is 5 logical pixels.
|
||||
|
||||
\value MousePressAndHoldInterval (int) Mouse press and hold interval in ms,
|
||||
overriding QPlatformIntegration::styleHint.
|
||||
|
||||
|
|
@ -88,6 +92,9 @@ QT_BEGIN_NAMESPACE
|
|||
\value StartDragTime (int) Start drag time in ms,
|
||||
overriding QPlatformIntegration::styleHint.
|
||||
|
||||
\value WheelScrollLines (int) The number of lines to scroll a widget, when the mouse wheel is rotated.
|
||||
The default value is 3. \sa QApplication::wheelScrollLines()
|
||||
|
||||
\value KeyboardAutoRepeatRate (int) Keyboard auto repeat rate,
|
||||
overriding QPlatformIntegration::styleHint.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue