En esta página

QDragLeaveEvent Class

La clase QDragLeaveEvent proporciona un evento que se envía a un widget cuando una acción de arrastrar y soltar lo abandona. Más...

Cabecera: #include <QDragLeaveEvent>
CMake: find_package(Qt6 REQUIRED COMPONENTS Gui)
target_link_libraries(mytarget PRIVATE Qt6::Gui)
qmake: QT += gui
Hereda: QEvent

Funciones Públicas

Descripción Detallada

Este evento siempre es precedido por un QDragEnterEvent y una serie de QDragMoveEvents. No es enviado si un QDropEvent es enviado en su lugar.

Ver también QDragEnterEvent, QDragMoveEvent, y QDropEvent.

Documentación de las funciones miembro

QDragLeaveEvent::QDragLeaveEvent()

Construye un QDragLeaveEvent.

Advertencia: No cree un QDragLeaveEvent usted mismo ya que estos objetos dependen del estado interno de Qt.

© 2026 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.