QHelpSearchQuery Class

The QHelpSearchQuery class contains the field name and the associated search term 更多...

头文件: #include <QHelpSearchQuery>
qmake: QT += help
开始支持版本: 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.

公有函数

QHelpSearchQuery()
QHelpSearchQuery(FieldName field, const QStringList &wordList)

详细描述

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.

参见 QHelpSearchQueryWidget.

成员函数

QHelpSearchQuery::QHelpSearchQuery()

Constructs a new empty QHelpSearchQuery.

QHelpSearchQuery::QHelpSearchQuery(FieldName field, const QStringList &wordList)

Constructs a new QHelpSearchQuery and initializes it with the given field and wordList.