QHelpSearchResultWidget Class
The QHelpSearchResultWidget class provides a text browser to display search results. More...
Header: | #include <QHelpSearchResultWidget> |
qmake: | QT += help |
Since: | Qt 4.4 |
Inherits: | QWidget |
Public Functions
virtual | ~QHelpSearchResultWidget() override |
QUrl | linkAt(const QPoint &point) |
Signals
void | requestShowLink(const QUrl &link) |
Static Public Members
const QMetaObject | staticMetaObject |
Additional Inherited Members
- 59 properties inherited from QWidget
- 1 property inherited from QObject
- 19 public slots inherited from QWidget
- 1 public slot inherited from QObject
- 35 protected functions inherited from QWidget
- 9 protected functions inherited from QObject
- 1 protected slot inherited from QWidget
Detailed Description
The QHelpSearchResultWidget class provides a text browser to display search results.
Member Function Documentation
[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.
[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-5.12/qhelpsearchresultwidget.html