Obsolete Members for PinchHandler

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

プロパティ

プロパティの説明

maximumRotation : real [deprecated in 6.5]

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

使用rotationAxis.maximum

ターゲットに適用するrotation の最大値。


maximumScale : real [deprecated in 6.5]

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

scaleAxis.maximum を使用してください。

ターゲットに適用されるscale の最大許容値。


minimumRotation : real [deprecated in 6.5]

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

rotationAxis.minimum を使用してください。

ターゲットに適用されるrotation の許容最小値。


minimumScale : real [deprecated in 6.5]

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

scaleAxis.minimum を使用する

ターゲットに適用される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


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