Startseite > comp > gb.qt4 > control > .dblclick 
 en fr es it nl pl pt pt_BR mk sq ca hu cs tr ar fa id vi ko ja ru zh zh_TW eo
Zurück  Weiter  Bearbeiten  Umbenennen  Rückgängig  Suchen  Verwaltung  
Dokumentation  
Achtung! Diese Seite wurde noch nicht übersetzt.  Siehe englische Version 
Control.DblClick (gb.qt4)
Event DblClick ( )

Raised when the user quickly clicks twice on the control.

This event is raised everywhere in the control, even on internal scrollbars, buttons... This is a low event, as MouseDown and MouseUp, and you usually do not need to use it.

Instead you will use a higher level event like Activate.

For example, if you want to know if the user double-clicked on an item of a ListView, then you must use the Activate event.