QHelpSearchResultWidget Class

The QHelpSearchResultWidget class provides a text browser to display search results. 更多...

头文件: #include <QHelpSearchResultWidget>
qmake: QT += help
开始支持版本: Qt 4.4
基类: QWidget

公有函数

~QHelpSearchResultWidget()
QUrl linkAt(const QPoint &point)
  • 216 个公有函数继承自 QWidget

信号

void requestShowLink(const QUrl &link)

其他继承的成员

  • 59 个属性继承自 QWidget
  • 19 个公有槽函数继承自 QWidget
  • 5 个静态公有成员继承自 QWidget
  • 35 个受保护的函数继承自 QWidget
  • 1 个受保护的槽函数继承自 QWidget

详细描述

The QHelpSearchResultWidget class provides a text browser to display search results.

成员函数

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.