QHelpContentItem Class

QHelpContentItem 클래스는 QHelpContentModel 에 사용할 항목을 제공합니다. 더 보기...

헤더: #include <QHelpContentItem>
CMake: find_package(Qt6 REQUIRED COMPONENTS Help)
target_link_libraries(mytarget PRIVATE Qt6::Help)
qmake: QT += help

공용 함수

~QHelpContentItem()
QHelpContentItem *child(int row) const
int childCount() const
int childPosition(QHelpContentItem *child) const
QHelpContentItem *parent() const
int row() const
QString title() const
QUrl url() const

상세 설명

멤버 함수 문서

[noexcept] QHelpContentItem::~QHelpContentItem()

도움말 콘텐츠 항목을 삭제합니다.

QHelpContentItem *QHelpContentItem::child(int row) const

give row 에서 콘텐츠 항목의 하위 항목을 반환합니다.

parent()도 참조하세요 .

int QHelpContentItem::childCount() const

하위 항목의 개수를 반환합니다.

int QHelpContentItem::childPosition(QHelpContentItem *child) const

주어진 child 의 위치를 반환합니다.

QHelpContentItem *QHelpContentItem::parent() const

상위 콘텐츠 항목을 반환합니다.

int QHelpContentItem::row() const

상위 뷰에서 이 항목의 행을 반환합니다.

QString QHelpContentItem::title() const

콘텐츠 항목의 제목을 반환합니다.

QUrl QHelpContentItem::url() const

이 콘텐츠 항목의 URL을 반환합니다.

© 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.