Home · All Classes · Modules

QBrush Class Reference
[QtGui module]

Methods

Special Methods


Detailed Description

A QColor or a QGradient may be used whenever a QBrush is expected.


Method Documentation

QBrush.__init__ (self)

QBrush.__init__ (self, Qt.BrushStyle)

QBrush.__init__ (self, QColor, Qt.BrushStyle style = Qt.SolidPattern)

QBrush.__init__ (self, Qt.GlobalColor, Qt.BrushStyle style = Qt.SolidPattern)

QBrush.__init__ (self, QColor, QPixmap)

QBrush.__init__ (self, Qt.GlobalColor, QPixmap)

QBrush.__init__ (self, QPixmap)

QBrush.__init__ (self, QImage)

QBrush.__init__ (self, QGradient)

QBrush.__init__ (self, QBrush)

QBrush.__init__ (self, QVariant variant)

QColor QBrush.color (self)

QGradient QBrush.gradient (self)

bool QBrush.isOpaque (self)

QMatrix QBrush.matrix (self)

QBrush.setColor (self, QColor)

QBrush.setColor (self, Qt.GlobalColor)

QBrush.setMatrix (self, QMatrix)

QBrush.setStyle (self, Qt.BrushStyle)

QBrush.setTexture (self, QPixmap)

QBrush.setTextureImage (self, QImage)

QBrush.setTransform (self, QTransform)

Qt.BrushStyle QBrush.style (self)

QPixmap QBrush.texture (self)

QImage QBrush.textureImage (self)

QTransform QBrush.transform (self)

bool QBrush.__eq__ (self, QBrush)

bool QBrush.__ne__ (self, QBrush)


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