The PySide.QtHelp.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.
Parameters: | parent – PySide.QtGui.QWidget |
---|
Constructs a new search query widget with the given parent .
Collapses the search query widget so that only the default search field is shown.
Expands the search query widget so that the extended search fields are shown.
Return type: |
---|
Returns a list of queries to use in combination with the search engines search( QList < PySide.QtHelp.QHelpSearchQuery > &queryList) function.
Parameters: | queryList – |
---|