QHelpSearchResultWidget 类

The QHelpSearchResultWidget class provides either a tree widget or a text browser depending on the used search engine to display the hits found by the search. 更多...

头: #include <QHelpSearchResultWidget>
Since: Qt 4.4
继承: QWidget

公共函数

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

信号

void requestShowLink (const QUrl & link )

额外继承成员

详细描述

The QHelpSearchResultWidget class provides either a tree widget or a text browser depending on the used search engine to display the hits found by the search.

成员函数文档编制

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.