The QHelpSearchResultWidget class provides a text browser to display search results. 更多...
头: | #include <QHelpSearchResultWidget> |
qmake: | QT += help |
Since: | Qt 4.4 |
继承: | QWidget |
virtual | ~QHelpSearchResultWidget () override |
QUrl | linkAt (const QPoint & point ) |
void | requestShowLink (const QUrl & link ) |
const QMetaObject | staticMetaObject |
The QHelpSearchResultWidget class provides a text browser to display search results.
[override virtual]
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.