The QHelpLink struct provides the data associated with a help link. More...
Header: | #include <QHelpLink> |
CMake: | find_package(Qt6 COMPONENTS Help REQUIRED) target_link_libraries(mytarget PRIVATE Qt6::Help) |
qmake: | QT += help |
Since: | Qt 5.15 |
QString | title |
QUrl | url |
The QHelpLink object is a data object that describes a link to a documentation file. The description of the help link contains the document title and URL of the document.
See also QHelpEngineCore.
This variable holds the title of the link.
This variable holds the target url of the link.
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-6.2/qhelplink.html