Home · All Classes · Modules

QFontDialog Class Reference
[QtGui module]

Inherits QDialog.

Types

Methods

Static Methods

Qt Signals


Detailed Description


Type Documentation

QFontDialog.FontDialogOption


Method Documentation

QFontDialog.__init__ (self, QWidget parent = None)

The parent argument, if not None, causes self to be owned by Qt instead of PyQt.

QFontDialog.__init__ (self, QFont, QWidget parent = None)

The parent argument, if not None, causes self to be owned by Qt instead of PyQt.

QFontDialog.changeEvent (self, QEvent)

QFont QFontDialog.currentFont (self)

QFontDialog.done (self, int)

(QFont, bool) QFontDialog.getFont (QFont, QWidget, QString, FontDialogOptions)

(QFont, bool) QFontDialog.getFont (QFont, QWidget, QString)

(QFont, bool) QFontDialog.getFont (QFont, QWidget parent = None)

(QFont, bool) QFontDialog.getFont (QWidget parent = None)

QFontDialog.open (self)

QFontDialog.open (self, QObject, SLOT()SLOT())

QFontDialog.open (self, callable)

FontDialogOptions QFontDialog.options (self)

QFont QFontDialog.selectedFont (self)

QFontDialog.setCurrentFont (self, QFont)

QFontDialog.setOption (self, FontDialogOption, bool on = True)

QFontDialog.setOptions (self, FontDialogOptions)

QFontDialog.setVisible (self, bool)

bool QFontDialog.testOption (self, FontDialogOption)


Qt Signal Documentation

void currentFontChanged (const QFont&)

This is the default overload of this signal.

void fontSelected (const QFont&)

This is the default overload of this signal.


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