QGraphicsScale Class Reference
[QtGui module]
Inherits QGraphicsTransform.
Methods
Qt Signals
Detailed Description
Method Documentation
QGraphicsScale.__init__ (self, QObject parent = None)
The parent argument, if not None, causes self to be owned by Qt instead of PyQt.
QGraphicsScale.applyTo (self, QMatrix4x4)
QVector3D QGraphicsScale.origin (self)
QGraphicsScale.setOrigin (self, QVector3D)
QGraphicsScale.setXScale (self, float)
QGraphicsScale.setYScale (self, float)
QGraphicsScale.setZScale (self, float)
float QGraphicsScale.xScale (self)
float QGraphicsScale.yScale (self)
float QGraphicsScale.zScale (self)
Qt Signal Documentation
void originChanged ()
This is the default overload of this signal.
void scaleChanged ()
This is the default overload of this signal.
void xScaleChanged ()
This is the default overload of this signal.
void yScaleChanged ()
This is the default overload of this signal.
void zScaleChanged ()
This is the default overload of this signal.