Home · All Classes · All Functions · Overviews

QHelpSearchResultWidget Class Reference
[
QtHelp module]

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

 #include <QHelpSearchResultWidget>

This class is not part of the Qt GUI Framework Edition.

Inherits QWidget.

This class was introduced in Qt 4.4.


Public Functions

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

Signals

void requestShowLink ( const QUrl & link )

Additional Inherited Members


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.

void QHelpSearchResultWidget::requestShowLink ( const QUrl & link )   [signal]

This signal is emitted when a item is activated and its associated link should be shown.


Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies) Trademarks
Qt 4.6.0