docs: QApplication::startDragDistance default value is 10

This comes from QPlatformTheme::defaultThemeHint().

Change-Id: I12a9add3af65e819a06b66d958acb8f21cfe0e13
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Reviewed-by: Laszlo Agocs <laszlo.agocs@digia.com>
bb10
Shawn Rutledge 2014-03-10 16:09:51 +01:00 committed by The Qt Project
parent 563342d7ef
commit 8bbc1eaeb6
1 changed files with 2 additions and 1 deletions

View File

@ -2691,7 +2691,8 @@ void QApplication::setStartDragDistance(int l)
Qt uses this value internally, e.g. in QFileDialog.
The default value is 4 pixels.
The default value (if the platform doesn't provide a different default)
is 10 pixels.
\sa startDragTime(), QPoint::manhattanLength(), {Drag and Drop}
*/