Home · All Classes · Modules

QFont Class Reference
[QtGui module]

Types

Methods

Static Methods

Special Methods


Detailed Description


Type Documentation

QFont.Capitalization

QFont.SpacingType

QFont.Stretch

QFont.Style

QFont.StyleHint

QFont.StyleStrategy

QFont.Weight


Method Documentation

QFont.__init__ (self)

QFont.__init__ (self, QString, int pointSize = -1, int weight = -1, bool italic = False)

QFont.__init__ (self, QFont, QPaintDevice)

QFont.__init__ (self, QFont)

QFont.__init__ (self, QVariant variant)

bool QFont.bold (self)

QFont.cacheStatistics ()

Capitalization QFont.capitalization (self)

QFont.cleanup ()

QString QFont.defaultFamily (self)

bool QFont.exactMatch (self)

QString QFont.family (self)

bool QFont.fixedPitch (self)

bool QFont.fromString (self, QString)

int QFont.handle (self)

QFont.initialize ()

QFont.insertSubstitution (QString, QString)

QFont.insertSubstitutions (QString, QStringList)

bool QFont.isCopyOf (self, QFont)

bool QFont.italic (self)

bool QFont.kerning (self)

QString QFont.key (self)

QString QFont.lastResortFamily (self)

QString QFont.lastResortFont (self)

float QFont.letterSpacing (self)

SpacingType QFont.letterSpacingType (self)

bool QFont.overline (self)

int QFont.pixelSize (self)

int QFont.pointSize (self)

float QFont.pointSizeF (self)

bool QFont.rawMode (self)

QString QFont.rawName (self)

QFont.removeSubstitution (QString)

QFont QFont.resolve (self, QFont)

QFont.setBold (self, bool)

QFont.setCapitalization (self, Capitalization)

QFont.setFamily (self, QString)

QFont.setFixedPitch (self, bool)

QFont.setItalic (self, bool)

QFont.setKerning (self, bool)

QFont.setLetterSpacing (self, SpacingType, float)

QFont.setOverline (self, bool)

QFont.setPixelSize (self, int)

QFont.setPointSize (self, int)

QFont.setPointSizeF (self, float)

QFont.setRawMode (self, bool)

QFont.setRawName (self, QString)

QFont.setStretch (self, int)

QFont.setStrikeOut (self, bool)

QFont.setStyle (self, Style)

QFont.setStyleHint (self, StyleHint, StyleStrategy strategy = QFont.PreferDefault)

QFont.setStyleStrategy (self, StyleStrategy)

QFont.setUnderline (self, bool)

QFont.setWeight (self, int)

QFont.setWordSpacing (self, float)

int QFont.stretch (self)

bool QFont.strikeOut (self)

Style QFont.style (self)

StyleHint QFont.styleHint (self)

StyleStrategy QFont.styleStrategy (self)

QString QFont.substitute (QString)

QStringList QFont.substitutes (QString)

QStringList QFont.substitutions ()

QString QFont.toString (self)

bool QFont.underline (self)

int QFont.weight (self)

float QFont.wordSpacing (self)

bool QFont.__eq__ (self, QFont)

bool QFont.__ge__ (self, QFont)

bool QFont.__lt__ (self, QFont)

bool QFont.__ne__ (self, QFont)


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