MapCopyrightNotice QML Type

MapCopyrightNotice 項目は、Map 要素の現在有効な著作権表示を表示します。詳細...

Import Statement: import QtLocation 6.8
Since: QtLocation 5.9

プロパティ一覧

詳細説明

このオブジェクトは、プログラムで著作権表示を追加するために使用することができます。

他のQQuickItem のように、QtLocation::Map 要素の中で MapCopyrightNotice を宣言することはできません。

このAPIのQt 5.9でのリリースは技術プレビューです。

プロパティ Documentation

mapSource : Map

このプロパティは、この通知で示される著作権データを提供する現在のマップソースを保持します。MapCopyrightNotice に著作権を表示させるには、このプロパティを設定する必要があります。


styleSheet : string

このプロパティは、HTML形式の場合、著作権表示のスタイル設定に使用される現在のcss2.1スタイルシートを保持します。

MapCopyrightNotice {
    mapSource: myMap
    styleSheet: "body { color : green; font-family: \"Lucida\"; font-size: 8px} a{ font-size: 8px; color:#A62900}"
}

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