QHelpLink 提供关联帮助链接的数据结构。 更多...
头: | #include <QHelpLink> |
qmake: | QT += help |
Since: | Qt 5.15 |
This struct was introduced in 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.
另请参阅 QHelpEngineCore .
This variable holds the title of the link.
This variable holds the target url of the link.