QHelpLink 提供关联帮助链接的数据结构。 更多...
头: | #include <QHelpLink> |
CMake: |
find_package(Qt6 REQUIRED COMPONENTS Help)
target_link_libraries(mytarget PRIVATE Qt6::Help) |
qmake: | QT += help |
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.
另请参阅 QHelpEngineCore .
This variable holds the title of the link.
This variable holds the target url of the link.