Home · All Classes · All Functions · Overviews |
The QHelpSearchQueryWidget class provides a simple line edit or an advanced widget to enable the user to input a search term in a standardized input mask. More...
#include <QHelpSearchQueryWidget>
This class is not part of the Qt GUI Framework Edition.
Inherits QWidget.
This class was introduced in Qt 4.4.
QHelpSearchQueryWidget ( QWidget * parent = 0 ) | |
~QHelpSearchQueryWidget () | |
QList<QHelpSearchQuery> | query () const |
void | search () |
The QHelpSearchQueryWidget class provides a simple line edit or an advanced widget to enable the user to input a search term in a standardized input mask.
Constructs a new search query widget with the given parent.
Destroys the search query widget.
Returns a list of querys to use in combination with the search engines search(QList<QHelpSearchQuery> &query) function.
This signal is emitted when a the user has the search button invoked. After reciving the signal you can ask the QHelpSearchQueryWidget for the build list of QHelpSearchQuery's that you may pass to the QHelpSearchEngine's search() function.
Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies) | Trademarks | Qt 4.6.0 |