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 |
このプロパティは QtQuick 6.5 から非推奨です。新しいコードでは使用しないことを強くお勧めします。
使用rotationAxis.maximum
maximumScale : real |
minimumRotation : real |
このプロパティは QtQuick 6.5 から非推奨です。新しいコードでは使用しないことを強くお勧めします。
rotationAxis.minimum を使用してください。
minimumScale : real |
rotation : vector2d |
このプロパティは QtQuick 6.5 から非推奨です。新しいコードでは使用しないことを強くお勧めします。
使用するactiveRotation
scale : vector2d |
このプロパティは QtQuick 6.5 から非推奨です。新しいコードでは使用しないことを強くお勧めします。
translation : vector2d |
このプロパティはQtQuick 6.5以降非推奨です。新しいコードでは使用しないことを強くお勧めします。
© 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.