Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QHelpLink Class Referencefinal

The QHelpLink struct provides the data associated with a help link. More...

#include <qhelplink.h>

+ Collaboration diagram for QHelpLink:

Public Attributes

QUrl url
 
QString title
 

Detailed Description

The QHelpLink struct provides the data associated with a help link.

Since
5.15 \inmodule QtHelp

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

Definition at line 13 of file qhelplink.h.

Member Data Documentation

◆ title

QString QHelpLink::title

Definition at line 16 of file qhelplink.h.

◆ url

QUrl QHelpLink::url

Definition at line 15 of file qhelplink.h.


The documentation for this class was generated from the following file: