Home · All Classes · Modules

QSize Class Reference
[QtCore module]

Methods

Special Methods


Detailed Description

This class can be pickled.


Method Documentation

QSize.__init__ (self)

QSize.__init__ (self, int, int)

QSize.__init__ (self, QSize)

QSize QSize.boundedTo (self, QSize)

QSize QSize.expandedTo (self, QSize)

int QSize.height (self)

bool QSize.isEmpty (self)

bool QSize.isNull (self)

bool QSize.isValid (self)

QSize.scale (self, QSize, Qt.AspectRatioMode)

QSize.scale (self, int, int, Qt.AspectRatioMode)

QSize.setHeight (self, int)

QSize.setWidth (self, int)

QSize.transpose (self)

int QSize.width (self)

QSize QSize.__add__ (self, QSize)

int QSize.__bool__ (self)

QSize QSize.__div__ (self, float)

bool QSize.__eq__ (self, QSize)

QSize QSize.__iadd__ (self, QSize)

QSize QSize.__idiv__ (self, float)

QSize QSize.__imul__ (self, float)

QSize QSize.__isub__ (self, QSize)

QSize QSize.__mul__ (self, float)

QSize QSize.__mul__ (self, QSize)

bool QSize.__ne__ (self, QSize)

str QSize.__repr__ (self)

QSize QSize.__sub__ (self, QSize)


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