The QHelpSearchResultWidget class provides a text browser to display search results. More...
| Header: | #include <QHelpSearchResultWidget>
|
| CMake: | find_package(Qt6 REQUIRED COMPONENTS Help)target_link_libraries(mytarget PRIVATE Qt6::Help)
|
| qmake: | QT += help
|
| Inherits: | QWidget |
| virtual | ~QHelpSearchResultWidget() override |
| QUrl | linkAt(const QPoint &point) |
| void | requestShowLink(const QUrl &link) |
[override virtual noexcept] QHelpSearchResultWidget::~QHelpSearchResultWidget()
Destroys the search result widget.
Returns a reference of the URL that the item at point owns, or an empty URL if no item exists at that point.
[signal] void QHelpSearchResultWidget::requestShowLink(const QUrl &link)
This signal is emitted when a item is activated and its associated link should be shown.
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-6.9/qhelpsearchresultwidget.html