QHelpSearchQuery Class
QHelpSearchQuery クラスは、フィールド名と関連する検索語を含んでいます。詳細...
ヘッダー | #include <QHelpSearchQuery> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS Help) target_link_libraries(mytarget PRIVATE Qt6::Help) |
qmake: | QT += help |
ステータス | 非推奨 |
このクラスは非推奨です。新しいコードで使用しないことを強くお勧めします。
パブリック関数
QHelpSearchQuery() | |
QHelpSearchQuery(QHelpSearchQuery::FieldName field, const QStringList &wordList) |
詳細な説明
QHelpSearchQueryクラスはフィールド名と関連する検索語を含んでいます。フィールドによっては、検索語は検索エンジンによって異なるように解析される別々の語に分割されるかもしれません。
注意: このクラスは、QString に取って代わられ、非推奨となりました。
メンバ関数のドキュメント
QHelpSearchQuery::QHelpSearchQuery()
新しい空の QHelpSearchQuery を構築します。
QHelpSearchQuery::QHelpSearchQuery(QHelpSearchQuery::FieldName field, const QStringList &wordList)
新しい QHelpSearchQuery を構築し、与えられたfield とwordList で初期化します。
© 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.