QIconDragEvent Class
QIconDragEvent 클래스는 메인 아이콘 드래그가 시작되었음을 나타냅니다. 더 보기...
헤더: | #include <QIconDragEvent> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS Gui) target_link_libraries(mytarget PRIVATE Qt6::Gui) |
qmake: | QT += gui |
상속합니다: | QEvent |
- 상속된 멤버를 포함한 모든 멤버 목록
- QIconDragEvent는 이벤트 클래스의 일부입니다.
공용 함수
상세 설명
아이콘 드래그 이벤트는 창의 기본 아이콘을 드래그하면 위젯으로 전송됩니다. macOS에서는 창의 프록시 아이콘을 제목 표시줄에서 드래그할 때 발생합니다.
이 이벤트에 대한 응답으로 드래그 앤 드롭을 사용하는 것이 정상입니다.
드래그 앤 드롭, QMimeData 및 QDrag 을참조하세요 .
멤버 함수 문서
QIconDragEvent::QIconDragEvent()
accept 플래그가 false로 설정된 아이콘 드래그 이벤트 객체를 생성합니다.
accept()도 참조하세요 .
© 2025 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.