En esta página

QHelpSearchQuery Class

La clase QHelpSearchQuery contiene el nombre del campo y el término de búsqueda asociado. Más...

Cabecera: #include <QHelpSearchQuery>
CMake: find_package(Qt6 REQUIRED COMPONENTS Help)
target_link_libraries(mytarget PRIVATE Qt6::Help)
qmake: QT += help
Status: Obsoleto

Esta clase está obsoleta. Desaconsejamos su uso en código nuevo.

Funciones públicas

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

Descripción Detallada

La clase QHelpSearchQuery contiene el nombre del campo y el término de búsqueda asociado. Dependiendo del campo, el término de búsqueda puede dividirse en términos separados para ser analizados de forma diferente por el motor de búsqueda.

Nota: Esta clase ha quedado obsoleta en favor de QString.

Véase también QHelpSearchQueryWidget.

Documentación de las funciones miembro

QHelpSearchQuery::QHelpSearchQuery()

Construye una nueva QHelpSearchQuery vacia.

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

Construye un nuevo QHelpSearchQuery y lo inicializa con los datos field y wordList.

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