Obsolete Members for QHelpSearchQuery
QHelpSearchQuery 클래스의 다음 멤버는 더 이상 사용되지 않습니다. 이들은 이전 소스 코드의 작동을 유지하기 위해 제공됩니다. 새 코드에서는 사용하지 않는 것이 좋습니다.
공용 유형
(deprecated) enum | FieldName { DEFAULT, FUZZY, WITHOUT, PHRASE, ALL, ATLEAST } |
멤버 유형 문서
[deprecated]
enum QHelpSearchQuery::FieldName
이 열거형은 더 이상 사용되지 않습니다. 새 코드에서는 사용하지 않는 것이 좋습니다.
이 열거형 유형은 검색 엔진에서 처리하는 필드 이름을 지정합니다.
Constant | 값 | Description |
---|---|---|
QHelpSearchQuery::DEFAULT | 0 | 검색 위젯에서 제공하는 기본 필드인 경우 따옴표로 묶인 검색어를 제외한 여러 용어를 단어 목록에 분할하여 저장해야 합니다. |
QHelpSearchQuery::FUZZY | 1 | 용어는 별도의 단어로 분할하여 검색 엔진에 전달해야 합니다. |
QHelpSearchQuery::WITHOUT | 2 | 용어는 별도의 단어로 분할하여 검색 엔진에 전달해야 합니다. |
QHelpSearchQuery::PHRASE | 3 | 용어는 별도의 단어로 분할해서는 안 됩니다. |
QHelpSearchQuery::ALL | 4 | 용어는 별도의 단어로 분할하여 검색 엔진에 전달해야 합니다. |
QHelpSearchQuery::ATLEAST | 5 | 용어를 별도의 단어로 분할하여 검색 엔진에 전달해야 합니다. |
© 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.