Obsolete Members for PinchHandler

QMLのPinchHandler型の以下のメンバは非推奨です。これらは古いソースコードの動作を維持するために用意されたものです。新しいコードでは使わないことを強くお勧めします。

プロパティ

物件ドキュメンテーション

maximumRotation : real [deprecated in 6.5]

このプロパティは QtQuick 6.5 から非推奨となりました。新しいコードでは使用しないことを強くお勧めします。

rotationAxis.maximum を使用する

target に適用される最大許容値rotation


maximumScale : real [deprecated in 6.5]

このプロパティは QtQuick 6.5 から非推奨となりました。新しいコードでは使用しないことを強くお勧めします。

scaleAxis.maximum を使用する

target に適用される最大許容値scale


minimumRotation : real [deprecated in 6.5]

このプロパティは QtQuick 6.5 から非推奨となりました。新しいコードでは使用しないことを強くお勧めします。

rotationAxis.minimum を使用する

target に適用するrotation の許容最小値。


minimumScale : real [deprecated in 6.5]

このプロパティは QtQuick 6.5 から非推奨となりました。新しいコードでは使用しないことを強くお勧めします。

scaleAxis.minimum を使用する

target に適用するscale の許容最小値。


rotation : vector2d [read-only, deprecated in 6.5]

このプロパティは QtQuick 6.5 から非推奨となりました。新しいコードでは使用しないことを強くお勧めします。

使用方法activeRotation


scale : vector2d [read-only, deprecated in 6.5]

このプロパティは QtQuick 6.5 から非推奨となりました。新しいコードでは使用しないことを強くお勧めします。

使用方法persistentScale


translation : vector2d [read-only, deprecated in 6.5]

このプロパティは QtQuick 6.5 から非推奨となりました。新しいコードでは使用しないことを強くお勧めします。

使用方法activeTranslation


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