Obsolete Members for QHelpSearchQuery

クラスQHelpSearchQuery の以下のメンバーは非推奨です。これらは古いソース・コードの動作を維持するために提供されています。新しいコードでは使用しないことを強くお勧めします。

パブリック・タイプ

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

メンバ型ドキュメント

[deprecated] enum QHelpSearchQuery::FieldName

この列挙型は非推奨である。新しいコードでは使用しないことを強くお勧めします。

この列挙型は、検索エンジンが扱うフィールド名を指定します。

定数説明
QHelpSearchQuery::DEFAULT0検索ウィジェットによって提供されるデフォルトのフィールドでは、引用符で囲まれた検索語を除いて、複数の用語が分割されて単語リストに格納されなければなりません。
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.