QHelpSearchResultWidget 类

QHelpSearchResultWidget 类提供要显示搜索结果的文本浏览器。 更多...

头: #include <QHelpSearchResultWidget>
CMake: find_package(Qt6 COMPONENTS Help REQUIRED)
target_link_libraries(mytarget PRIVATE Qt6::Help)
qmake: QT += help
继承: QWidget

公共函数

virtual ~QHelpSearchResultWidget () override
QUrl linkAt (const QPoint & point )

信号

void requestShowLink (const QUrl & link )

详细描述

成员函数文档编制

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

[override virtual] 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.