QHelpContentItem Class▲
-
Header: QHelpContentItem
-
CMake:
find_package(Qt6 REQUIRED COMPONENTS Help)
target_link_libraries(mytarget PRIVATE Qt6::Help)
-
qmake: QT += help
Detailed Description▲
Member Function Documentation▲
QHelpContentItem::~QHelpContentItem()▲
Destroys the help content item.
QHelpContentItem *QHelpContentItem::child(int row) const▲
int QHelpContentItem::childCount() const▲
Returns the number of child items.
int QHelpContentItem::childPosition(QHelpContentItem *child) const▲
Returns the position of a given child.
QHelpContentItem *QHelpContentItem::parent() const▲
Returns the parent content item.
int QHelpContentItem::row() const▲
Returns the row of this item from its parents view.
QString QHelpContentItem::title() const▲
Returns the title of the content item.
QUrl QHelpContentItem::url() const▲
Returns the URL of this content item.