QHelpEngine Class
La clase QHelpEngine proporciona acceso a los contenidos e índices del motor de ayuda. Más...
| Cabecera: | #include <QHelpEngine> |
| CMake: | find_package(Qt6 REQUIRED COMPONENTS Help)target_link_libraries(mytarget PRIVATE Qt6::Help) |
| qmake: | QT += help |
| Hereda: | QHelpEngineCore |
Funciones Públicas
| QHelpEngine(const QString &collectionFile, QObject *parent = nullptr) | |
| virtual | ~QHelpEngine() |
| QHelpContentModel * | contentModel() const |
| QHelpContentWidget * | contentWidget() |
| QHelpIndexModel * | indexModel() const |
| QHelpIndexWidget * | indexWidget() |
| QHelpSearchEngine * | searchEngine() |
Documentación de las funciones
[explicit] QHelpEngine::QHelpEngine(const QString &collectionFile, QObject *parent = nullptr)
Crea un nuevo motor de ayuda con la dirección parent. El motor de ayuda utiliza la información almacenada en collectionFile para proporcionar ayuda. Si el archivo de recopilación no existe, se creará.
[virtual noexcept] QHelpEngine::~QHelpEngine()
Destruye el objeto motor de ayuda.
QHelpContentModel *QHelpEngine::contentModel() const
Devuelve el modelo de contenido.
QHelpContentWidget *QHelpEngine::contentWidget()
Devuelve el widget de contenido.
QHelpIndexModel *QHelpEngine::indexModel() const
Devuelve el modelo de índice.
QHelpIndexWidget *QHelpEngine::indexWidget()
Devuelve el widget de índice.
QHelpSearchEngine *QHelpEngine::searchEngine()
Devuelve el motor de búsqueda predeterminado.
© 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.