Obsolete Members for PinchHandler

The following members of QML type PinchHandler 被棄用。 提供它們是為使舊源代碼能繼續工作。強烈建議不要在新代碼中使用它們。

特性

特性文檔編製

maximumRotation : real [deprecated in 6.5]

This property is deprecated since QtQuick 6.5. We strongly advise against using it in new code.

使用 rotationAxis .maximum

The maximum acceptable rotation to be applied to the target .

maximumScale : real [deprecated in 6.5]

This property is deprecated since QtQuick 6.5. We strongly advise against using it in new code.

使用 scaleAxis .maximum

The maximum acceptable scale to be applied to the target .

minimumRotation : real [deprecated in 6.5]

This property is deprecated since QtQuick 6.5. We strongly advise against using it in new code.

使用 rotationAxis .minimum

The minimum acceptable rotation to be applied to the target .

minimumScale : real [deprecated in 6.5]

This property is deprecated since QtQuick 6.5. We strongly advise against using it in new code.

使用 scaleAxis .minimum

The minimum acceptable scale to be applied to the target .

rotation : vector2d [read-only, deprecated in 6.5]

This property is deprecated since QtQuick 6.5. We strongly advise against using it in new code.

使用 activeRotation

scale : vector2d [read-only, deprecated in 6.5]

This property is deprecated since QtQuick 6.5. We strongly advise against using it in new code.

使用 persistentScale

translation : vector2d [read-only, deprecated in 6.5]

This property is deprecated since QtQuick 6.5. We strongly advise against using it in new code.

使用 activeTranslation