En esta página

QHelpLink Struct

La estructura QHelpLink proporciona los datos asociados a un enlace de ayuda. Más...

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

Variables públicas

QString title
QUrl url

Descripción detallada

El objeto QHelpLink es un objeto de datos que describe un enlace a un archivo de documentación. La descripción del enlace de ayuda contiene el título del documento y la URL del mismo.

Véase también QHelpEngineCore.

Documentación de Variables Miembro

QString QHelpLink::title

Esta variable contiene el título del enlace.

QUrl QHelpLink::url

Esta variable contiene la url de destino del enlace.

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