QHideEvent Class
QHideEvent 클래스는 위젯이 숨겨진 후에 전송되는 이벤트를 제공합니다. 더 보기...
헤더: | #include <QHideEvent> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS Gui) target_link_libraries(mytarget PRIVATE Qt6::Gui) |
qmake: | QT += gui |
상속합니다: | QEvent |
- 상속된 멤버를 포함한 모든 멤버 목록
- QHideEvent는 이벤트 클래스의 일부입니다.
공용 함수
자세한 설명
이 이벤트는 QWidget::hide()가 반환되기 직전과 사용자가 최상위 창을 숨겼을 때(아이콘화) 전송됩니다.
spontaneous()가 참이면 이벤트가 애플리케이션 외부에서 발생한 것입니다. 이 경우 사용자가 창 관리자 컨트롤을 사용하여 창을 아이콘화하거나 창이 표시되지 않는 다른 가상 데스크톱으로 전환하여 창을 숨겼습니다. 창은 숨겨지지만 철회되지는 않습니다. 창이 아이콘화된 경우 QWidget::isMinimized()는 true
을 반환합니다.
QShowEvent 를참조하세요 .
© 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.