QHelpSearchResultWidget 類

QHelpSearchResultWidget 類提供要顯示搜索結果的文本瀏覽器。 更多...

頭: #include <QHelpSearchResultWidget>
qmake: QT += help
Since: Qt 4.4
繼承: QWidget

該類在 Qt 4.4 引入。

公共函數

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.