QHelpContentWidget Class▲
-
Header: QHelpContentWidget
-
CMake:
find_package(Qt6 REQUIRED COMPONENTS Help)
target_link_libraries(mytarget PRIVATE Qt6::Help)
-
qmake: QT += help
-
Inherits: QTreeView
Detailed Description▲
Member Function Documentation▲
QModelIndex QHelpContentWidget::indexOf(const QUrl &link)▲
Returns the index of the content item with the link. An invalid index is returned if no such an item exists.
void QHelpContentWidget::linkActivated(const QUrl &link)▲
This signal is emitted when a content item is activated and its associated link should be shown.