Home · All Classes · Modules

QPen Class Reference
[QtGui module]

Methods

Special Methods


Detailed Description

A QColor may be used whenever a QPen is expected.


Method Documentation

QPen.__init__ (self)

QPen.__init__ (self, Qt.PenStyle)

QPen.__init__ (self, QColor)

QPen.__init__ (self, QBrush, float, Qt.PenStyle style = Qt.SolidLine, Qt.PenCapStyle cap = Qt.SquareCap, Qt.PenJoinStyle join = Qt.BevelJoin)

QPen.__init__ (self, QPen)

QPen.__init__ (self, QVariant variant)

QBrush QPen.brush (self)

Qt.PenCapStyle QPen.capStyle (self)

QColor QPen.color (self)

float QPen.dashOffset (self)

list-of-float QPen.dashPattern (self)

bool QPen.isCosmetic (self)

bool QPen.isSolid (self)

Qt.PenJoinStyle QPen.joinStyle (self)

float QPen.miterLimit (self)

QPen.setBrush (self, QBrush)

QPen.setCapStyle (self, Qt.PenCapStyle)

QPen.setColor (self, QColor)

QPen.setCosmetic (self, bool)

QPen.setDashOffset (self, float)

QPen.setDashPattern (self, list-of-float)

QPen.setJoinStyle (self, Qt.PenJoinStyle)

QPen.setMiterLimit (self, float)

QPen.setStyle (self, Qt.PenStyle)

QPen.setWidth (self, int)

QPen.setWidthF (self, float)

Qt.PenStyle QPen.style (self)

int QPen.width (self)

float QPen.widthF (self)

bool QPen.__eq__ (self, QPen)

bool QPen.__ne__ (self, QPen)


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