Obsolete Members for PinchHandler
QMLのPinchHandler型の以下のメンバは非推奨です。これらは古いソースコードの動作を維持するために用意されたものです。新しいコードでは使わないことを強くお勧めします。
プロパティ
- maximumRotation : real
(deprecated in 6.5) - maximumScale : real
(deprecated in 6.5) - minimumRotation : real
(deprecated in 6.5) - minimumScale : real
(deprecated in 6.5) - rotation : vector2d
(deprecated in 6.5) - scale : vector2d
(deprecated in 6.5) - translation : vector2d
(deprecated in 6.5)
物件ドキュメンテーション
maximumRotation : real [deprecated in 6.5]
このプロパティは QtQuick 6.5 から非推奨となりました。新しいコードでは使用しないことを強くお勧めします。
rotationAxis.maximum を使用する
maximumScale : real [deprecated in 6.5]
このプロパティは QtQuick 6.5 から非推奨となりました。新しいコードでは使用しないことを強くお勧めします。
scaleAxis.maximum を使用する
minimumRotation : real [deprecated in 6.5]
このプロパティは QtQuick 6.5 から非推奨となりました。新しいコードでは使用しないことを強くお勧めします。
rotationAxis.minimum を使用する
minimumScale : real [deprecated in 6.5]
このプロパティは QtQuick 6.5 から非推奨となりました。新しいコードでは使用しないことを強くお勧めします。
scaleAxis.minimum を使用する
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 から非推奨となりました。新しいコードでは使用しないことを強くお勧めします。
© 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.