QHelpSearchResultWidget 類

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 ()

Destroys the search result widget.

QUrl QHelpSearchResultWidget:: linkAt (const QPoint & point )

Returns a reference of the URL that the item at point owns, or an empty URL if no item exists at that point.

This signal is emitted when a item is activated and its associated link should be shown.