Obsolete Members for QHelpSearchQuery

QHelpSearchQuery 的以下成员已被弃用。提供这些成员是为了保持旧源代码的正常运行。我们强烈建议不要在新代码中使用它们。

公共类型

(deprecated) enum FieldName { DEFAULT, FUZZY, WITHOUT, PHRASE, ALL, ATLEAST }

成员类型文档

[deprecated] enum QHelpSearchQuery::FieldName

该枚举已被弃用。我们强烈建议不要在新代码中使用它。

该枚举类型指定搜索引擎处理的字段名。

常量说明
QHelpSearchQuery::DEFAULT0是搜索 widget 提供的默认字段,除了用引号括起来的搜索词外,多个词应被拆分并存储在单词列表中。
QHelpSearchQuery::FUZZY1术语应分割成单独的词并传递给搜索引擎。
QHelpSearchQuery::WITHOUT2术语应分割成单独的词并传递给搜索引擎。
QHelpSearchQuery::PHRASE3术语不应拆分成单独的词。
QHelpSearchQuery::ALL4术语应分割成不同的词并传递给搜索引擎
QHelpSearchQuery::ATLEAST5术语应分割成不同的词并传递给搜索引擎

© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.