QHelpSearchQuery露
- PyQt5.QtHelp.QHelpSearchQuery
Description露
The QHelpSearchQuery class contains the field name and the associated search term.
The QHelpSearchQuery class contains the field name and the associated search term. Depending on the field the search term might get split up into separate terms to be parsed differently by the search engine.
Note: This class has been deprecated in favor of QString.
See also
Enums露
- FieldName
This enum type specifies the field names that are handled by the search engine.
Member
Value
Description
ALL 4
words and passed to the search engine
ATLEAST 5
words and passed to the search engine
DEFAULT 0
the default field provided by the search widget, several terms should be split and stored in the word list except search terms enclosed in quotes.
FUZZY 1
words and passed to the search engine.
PHRASE TODO
TODO
WITHOUT 2
words and passed to the search engine.