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 起,该属性已被弃用。我们强烈建议不要在新代码中使用它。
scale : vector2d [read-only, deprecated in 6.5]
自 QtQuick 6.5 起,该属性已被弃用。我们强烈建议不要在新代码中使用它。
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.