QWhatsThisClickedEvent Class

QWhatsThisClickedEvent 클래스는 "What's This?" 텍스트의 하이퍼링크를 처리하는 데 사용할 수 있는 이벤트를 제공합니다. 더 보기...

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

공용 함수

QWhatsThisClickedEvent(const QString &href)
QString href() const

자세한 설명

QWhatsThis, QHelpEvent, 및 QStatusTipEvent참조하십시오 .

멤버 함수 문서

[explicit] QWhatsThisClickedEvent::QWhatsThisClickedEvent(const QString &href)

"이게 뭐야?" 메시지에서 링크를 클릭하면 href 에 지정된 URL이 포함된 이벤트를 생성합니다.

href()도 참조하세요 .

QString QWhatsThisClickedEvent::href() const

사용자가 "이게 뭐야?" 텍스트에서 클릭한 URL을 반환합니다.

© 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.