Merge remote-tracking branch 'origin/5.7' into 5.8

Change-Id: Ifc825f500a2ddc417b43440f36b4192fad0585da
bb10
Liang Qi 2017-01-18 20:25:51 +01:00
commit 9ae3c94690
1 changed files with 7 additions and 0 deletions

View File

@ -80,6 +80,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.
@ -89,6 +93,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.