The QHelpContentWidget class provides a tree view for displaying help content model items. More...
Header: | #include <QHelpContentWidget> |
CMake: | find_package(Qt6 COMPONENTS Help REQUIRED) target_link_libraries(mytarget PRIVATE Qt6::Help) |
qmake: | QT += help |
Inherits: | QTreeView |
QModelIndex | indexOf(const QUrl &link) |
void | linkActivated(const QUrl &link) |
[signal]
void QHelpContentWidget::linkActivated(const QUrl &link)
This signal is emitted when a content item is activated and its associated link should be shown.
Returns the index of the content item with the link. An invalid index is returned if no such an item exists.
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-6.2/qhelpcontentwidget.html