Obsolete Members for QHelpSearchEngine

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

公共类型

(deprecated) SearchHit

公共函数

(deprecated) int hitCount() const
(deprecated) QList<QHelpSearchEngine::SearchHit> hits(int start, int end) const
(deprecated) int hitsCount() const
(deprecated) QList<QHelpSearchQuery> query() const

公共插槽

(deprecated) void search(const QList<QHelpSearchQuery> &queryList)

成员类型文档

[deprecated] QHelpSearchEngine::SearchHit

该类型定义已被弃用。我们强烈建议不要在新代码中使用它。

请使用QHelpSearchResult

QPair<QString,QString> 的类型定义。该类型对的值是文档文件路径和页面标题。

另请参阅 hits() 。

成员函数文档

[deprecated] int QHelpSearchEngine::hitCount() const

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

请使用searchResultCount() 代替。

[deprecated] QList<QHelpSearchEngine::SearchHit> QHelpSearchEngine::hits(int start, int end) const

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

请使用searchResults() 代替。

[deprecated] int QHelpSearchEngine::hitsCount() const

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

请使用searchResultCount() 代替。

[deprecated] QList<QHelpSearchQuery> QHelpSearchEngine::query() const

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

请使用searchInput() 代替。

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

请使用 search(constQString &searchInput) 代替它。

© 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.