QHelpSearchQuery Class

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

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

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

公共函数

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

详细描述

QHelpSearchQuery class contains the field name and the associated search term

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 ()

Constructs a new empty QHelpSearchQuery .

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

构造新的 QHelpSearchQuery and initializes it with the given field and wordList .