The 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 ) |
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 .
Constructs a new empty QHelpSearchQuery .
構造新的 QHelpSearchQuery and initializes it with the given field and wordList .