QHelpSearchResultWidget Class
QHelpSearchResultWidget 클래스는 검색 결과를 표시하는 텍스트 브라우저를 제공합니다. 더 보기...
헤더: | #include <QHelpSearchResultWidget> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS Help) target_link_libraries(mytarget PRIVATE Qt6::Help) |
qmake: | QT += help |
상속합니다: | QWidget |
공용 함수
virtual | ~QHelpSearchResultWidget() override |
QUrl | linkAt(const QPoint &point) |
시그널
void | requestShowLink(const QUrl &link) |
멤버 함수 문서
[override virtual noexcept]
QHelpSearchResultWidget::~QHelpSearchResultWidget()
검색 결과 위젯을 삭제합니다.
QUrl QHelpSearchResultWidget::linkAt(const QPoint &point)
point 에 있는 항목이 소유하고 있는 URL의 참조를 반환하거나 해당 시점에 항목이 없는 경우 빈 URL을 반환합니다.
[signal]
void QHelpSearchResultWidget::requestShowLink(const QUrl &link)
이 신호는 항목이 활성화될 때 발생하며 관련 link 이 표시되어야 합니다.
© 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.