PluginParameter QML Type

PluginParameter型は、プラグインのパラメータを記述します。詳細...

Import Statement: import QtLocation 6.8
Since: QtLocation 5.5

プロパティ

詳しい説明

PluginParameterオブジェクトは、何らかのパラメータをプラグインに提供するために使用します。一般的に、これらのパラメータには、サービスにアクセスするためのアプリケーション・トークンや、ネットワーク・アクセスに使用するプロキシ・サーバー、シリアルGPSレシーバーが接続されているシリアル・ポートなどの詳細が含まれています。

このようなパラメータを設定するには、Plugin オブジェクトの中で PluginParameter を宣言し、namevalue プロパティを与えます。有効なパラメータ名のリストは、プラグインのリファレンスページから入手できます。

プロパティ Documentation

name : string

このプロパティは、プラグインパラメータの名前を1つのフォーマットされた文字列として保持します。このプロパティはライトワンス・プロパティです。


value : QVariant

このプロパティはプラグインパラメータの値を保持します。このプロパティはライトオンス・プロパティです。


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