QSize Class Reference
[QtCore module]
Methods
- __init__ (self)
- __init__ (self, int, int)
- __init__ (self, QSize)
- QSize boundedTo (self, QSize)
- QSize expandedTo (self, QSize)
- int height (self)
- bool isEmpty (self)
- bool isNull (self)
- bool isValid (self)
- scale (self, QSize, Qt.AspectRatioMode)
- scale (self, int, int, Qt.AspectRatioMode)
- setHeight (self, int)
- setWidth (self, int)
- transpose (self)
- int width (self)
Special Methods
- QSize __add__ (self, QSize)
- int __bool__ (self)
- QSize __div__ (self, float)
- bool __eq__ (self, QSize)
- QSize __iadd__ (self, QSize)
- QSize __idiv__ (self, float)
- QSize __imul__ (self, float)
- QSize __isub__ (self, QSize)
- QSize __mul__ (self, float)
- QSize __mul__ (self, QSize)
- bool __ne__ (self, QSize)
- str __repr__ (self)
- QSize __sub__ (self, QSize)
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.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)