Home · All Classes · Modules |
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...
Inherits QWidget.
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.
The parent argument, if not None, causes self to be owned by Qt instead of PyQt.
Constructs a new search query widget with the given parent.
Collapses the search query widget so that only the default search field is shown.
This function was introduced in Qt 4.8.
Expands the search query widget so that the extended search fields are shown.
This function was introduced in Qt 4.8.
Returns a list of queries to use in combination with the search engines search(QList<QHelpSearchQuery> &queryList) function.
See also setQuery().
Sets the QHelpSearchQueryWidget input fields to the values specified by queryList search field name. Please note that one has to call the search engine's search(QList<QHelpSearchQuery> &queryList) function to perform the actual search.
This function was introduced in Qt 4.8.
See also query().
This is the default overload of this signal.
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.
PyQt 4.12.1 for X11 | Copyright © Riverbank Computing Ltd and The Qt Company 2015 | Qt 4.8.7 |