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.