add docs for QPlatformTheme::WheelScrollLines, MouseDoubleClickDistance

These theme hints were added in fac71528 and 4a2e297b respectively.

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>
bb10
Shawn Rutledge 2016-11-24 11:58:19 +01:00 committed by Simo Fält
parent 04f68053df
commit c71fc3860b
1 changed files with 7 additions and 0 deletions

View File

@ -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.