QWidget: update documents of mouseDoubleClickEvent()
Double click behavior has been changed.
see SHA: b371f3f943
Change-Id: Ibd921d01fb25b8c31f75105a4ff63c42bf00c335
Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Reviewed-by: Laszlo Agocs <laszlo.p.agocs@nokia.com>
This commit is contained in:
parent
25cf5dabbe
commit
ab84aa53af
@ -612,8 +612,9 @@ void QWidget::setAutoFillBackground(bool enabled)
|
||||
steals the mouse events.
|
||||
\li mouseDoubleClickEvent() is called when the user double-clicks in
|
||||
the widget. If the user double-clicks, the widget receives a mouse
|
||||
press event, a mouse release event and finally this event instead
|
||||
of a second mouse press event. (Some mouse move events may also be
|
||||
press event, a mouse release event, (a mouse click event,) a second
|
||||
mouse press, this event and finally a second mouse release event.
|
||||
(Some mouse move events may also be
|
||||
received if the mouse is not held steady during this operation.) It
|
||||
is \e{not possible} to distinguish a click from a double-click
|
||||
until the second click arrives. (This is one reason why most GUI
|
||||
|
Loading…
Reference in New Issue
Block a user