QShowEvent Class

QShowEvent 클래스는 위젯이 표시될 때 전송되는 이벤트를 제공합니다. 더 보기...

헤더: #include <QShowEvent>
CMake: find_package(Qt6 REQUIRED COMPONENTS Gui)
target_link_libraries(mytarget PRIVATE Qt6::Gui)
qmake: QT += gui
상속합니다: QEvent

공용 함수

자세한 설명

쇼 이벤트에는 창 시스템에서 발생하는 쇼 이벤트(자발적)와 내부 쇼 이벤트의 두 가지 종류가 있습니다. 자발적(QEvent::spontaneous()) 쇼 이벤트는 창 시스템이 창을 표시한 직후에 전송되며, 최상위 창이 아이콘화된 후 다시 표시될 때도 전송됩니다. 내부 쇼 이벤트는 위젯이 표시되기 직전에 전달됩니다.

QHideEvent참조하세요 .

멤버 함수 문서

QShowEvent::QShowEvent()

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.