Home · All Classes · Modules

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.


PyQt 4.8 for X11Copyright © Riverbank Computing Ltd and Nokia 2010Qt 4.7.0