En esta página

QHelpContentWidget Class

La clase QHelpContentWidget proporciona una vista de árbol para mostrar los elementos del modelo de contenido de ayuda. Más...

Cabecera: #include <QHelpContentWidget>
CMake: find_package(Qt6 REQUIRED COMPONENTS Help)
target_link_libraries(mytarget PRIVATE Qt6::Help)
qmake: QT += help
Hereda: QTreeView

Funciones públicas

QModelIndex indexOf(const QUrl &link)

Señales

void linkActivated(const QUrl &link)

Descripción Detallada

Documentación de las funciones de los miembros

QModelIndex QHelpContentWidget::indexOf(const QUrl &link)

Devuelve el índice del elemento de contenido con la dirección link. Se devuelve un índice no válido si no existe tal elemento.

[signal] void QHelpContentWidget::linkActivated(const QUrl &link)

Esta señal se emite cuando se activa un elemento de contenido y debe mostrarse su link asociado.

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