QHelpLink Struct

QHelpLink 구조체는 도움말 링크와 관련된 데이터를 제공합니다. 더 보기...

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

공용 변수

QString title
QUrl url

상세 설명

QHelpLink 개체는 문서 파일에 대한 링크를 설명하는 데이터 개체입니다. 도움말 링크에 대한 설명에는 문서 제목과 문서의 URL이 포함됩니다.

QHelpEngineCore참조하세요 .

멤버 변수 문서

QString QHelpLink::title

이 변수는 링크의 제목을 저장합니다.

QUrl QHelpLink::url

이 변수에는 링크의 타겟 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.