▲
-
Header: QHelpLink
-
Since: Qt 5.15
-
CMake:
find_package(Qt6 REQUIRED COMPONENTS Help)
target_link_libraries(mytarget PRIVATE Qt6::Help)
-
qmake: QT += help
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▲
See also QHelpEngineCore