QHelpContentWidget Class
QHelpContentWidget 클래스는 도움말 콘텐츠 모델 항목을 표시하기 위한 트리 보기를 제공합니다. 더 보기...
Header: | #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.