QGraphicsScale3D ClassThe QGraphicsScale3D class supports scaling of items in 3D. More... #include <QGraphicsScale3D> Inherits: QQuickQGraphicsTransform3D. Inherited by: This class was introduced in Qt 4.8. Properties
Public Functions
Signals
Additional Inherited Members
Detailed DescriptionThe QGraphicsScale3D class supports scaling of items in 3D. See also QGraphicsRotation3D and QGraphicsTranslation3D. Property Documentation
|
QVector3D | origin() const |
void | setOrigin(const QVector3D & value) |
Notifier signal:
void | originChanged() |
This property holds the amount with which to scale each component.
The default value for this property is QVector3D(1, 1, 1).
Access functions:
QVector3D | scale() const |
void | setScale(const QVector3D & value) |
Notifier signal:
void | scaleChanged() |
Construct a 3D scale transform and attach it to parent.
Destroy this 3D scale transform.