QHelpLink Struct
The QHelpLink struct provides the data associated with a help link. More...
Header: | #include <QHelpLink> |
CMake: | find_package(Qt6 COMPONENT Help) target_link_libraries(mytarget PUBLIC Qt::Help) |
qmake: | QT += help |
Since: | Qt 5.15 |
Public Variables
Detailed Description
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.