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.