QHelpContentWidget Class

QHelpContentWidgetクラスは、ヘルプコンテンツモデル項目を表示するためのツリービューを提供します。詳細...

ヘッダ #include <QHelpContentWidget>
CMake: find_package(Qt6 REQUIRED COMPONENTS Help)
target_link_libraries(mytarget PRIVATE Qt6::Help)
qmake: QT += help
継承: QTreeView

パブリック関数

QModelIndex indexOf(const QUrl &link)

シグナル

void linkActivated(const QUrl &link)

詳細説明

メンバー関数ドキュメント

QModelIndex QHelpContentWidget::indexOf(const QUrl &link)

link を持つコンテンツアイテムのインデックスを返します。 そのようなアイテムが存在しない場合は、無効なインデックスが返されます。

[signal] void QHelpContentWidget::linkActivated(const QUrl &link)

このシグナルは、コンテンツアイテムがアクティブになり、関連するlink が表示されるべきときに発せられる。

© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.