QHelpSearchQuery Class

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

头: #include <QHelpSearchQuery>
qmake: QT += help
Since: Qt 4.4

该类已过时。 提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。

该类在 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.

注意: This class has been deprecated in favor of QString .

另请参阅 QHelpSearchQueryWidget .

成员函数文档编制

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

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

QHelpSearchQuery:: QHelpSearchQuery ()

Constructs a new empty QHelpSearchQuery.