The QHelpSearchQuery class contains the field name and the associated search term. More...
Header: | #include <QHelpSearchQuery> |
qmake: | QT += help |
Since: | Qt 4.4 |
This class is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
This class was introduced in Qt 4.4.
QHelpSearchQuery(QHelpSearchQuery::FieldName field, const QStringList &wordList) | |
QHelpSearchQuery() |
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 QHelpSearchQueryWidget.
Constructs a new QHelpSearchQuery and initializes it with the given field and wordList.
Constructs a new empty QHelpSearchQuery.
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-5.15/qhelpsearchquery.html