QHelpLink 结构

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 .

成员变量文档编制

QString QHelpLink:: title

This variable holds the title of the link.

QUrl QHelpLink:: url

This variable holds the target url of the link.