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.