QHelpSearchQuery Class

QHelpSearchQuery 클래스에는 필드 이름과 관련 검색어가 포함되어 있습니다. 더 보기...

헤더: #include <QHelpSearchQuery>
CMake: find_package(Qt6 REQUIRED COMPONENTS Help)
target_link_libraries(mytarget PRIVATE Qt6::Help)
qmake: QT += help
상태: Deprecated

이 클래스는 더 이상 사용되지 않습니다. 새 코드에서 사용하지 않는 것이 좋습니다.

공용 함수

QHelpSearchQuery()
QHelpSearchQuery(QHelpSearchQuery::FieldName field, const QStringList &wordList)

상세 설명

QHelpSearchQuery 클래스에는 필드 이름과 관련 검색어가 포함됩니다. 필드에 따라 검색어는 검색 엔진에서 다르게 구문 분석하기 위해 별도의 용어로 분할될 수 있습니다.

참고: 이 클래스는 QString 으로 대체되어 더 이상 사용되지 않습니다.

QHelpSearchQueryWidget참조하세요 .

멤버 함수 문서

QHelpSearchQuery::QHelpSearchQuery()

새로운 빈 QHelpSearchQuery를 생성합니다.

QHelpSearchQuery::QHelpSearchQuery(QHelpSearchQuery::FieldName field, const QStringList &wordList)

새 QHelpSearchQuery를 생성하고 주어진 fieldwordList 으로 초기화합니다.

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