QHelpSearchResultWidget Class

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. More...

Header: #include <QHelpSearchResultWidget>
qmake: QT += help
Since: Qt 4.4
Inherits: QWidget

Public Functions

~QHelpSearchResultWidget()
QUrl linkAt(const QPoint &point)
  • 213 public functions inherited from QWidget

Signals

void requestShowLink(const QUrl &link)

Additional Inherited Members

  • 58 properties inherited from QWidget
  • 19 public slots inherited from QWidget
  • 5 static public members inherited from QWidget
  • 35 protected functions inherited from QWidget
  • 1 protected slot inherited from QWidget

Detailed Description

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.

Member Function Documentation

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.