QHelpSearchQuery Class

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

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

該類已過時。 提供它是為使舊源代碼能繼續工作。強烈建議不要在新代碼中使用它。

公共函數

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

公共變量

QHelpSearchQuery::FieldName fieldName
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.

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

另請參閱 QHelpSearchQueryWidget .

成員函數文檔編製

QHelpSearchQuery:: QHelpSearchQuery ()

Constructs a new empty QHelpSearchQuery .

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

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