QFontDialog Class Reference
[QtGui module]
Inherits QDialog.
Types
Methods
- __init__ (self, QWidget parent = None)
- __init__ (self, QFont, QWidget parent = None)
- changeEvent (self, QEvent)
- QFont currentFont (self)
- done (self, int)
- open (self)
- open (self, QObject, SLOT()SLOT())
- open (self, callable)
- FontDialogOptions options (self)
- QFont selectedFont (self)
- setCurrentFont (self, QFont)
- setOption (self, FontDialogOption, bool on = True)
- setOptions (self, FontDialogOptions)
- setVisible (self, bool)
- bool testOption (self, FontDialogOption)
Static Methods
- (QFont, bool) getFont (QFont, QWidget, QString, FontDialogOptions)
- (QFont, bool) getFont (QFont, QWidget, QString)
- (QFont, bool) getFont (QFont, QWidget parent = None)
- (QFont, bool) getFont (QWidget parent = None)
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)
(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)
QFont QFontDialog.selectedFont (self)
QFontDialog.setCurrentFont (self, QFont)
QFontDialog.setOption (self, FontDialogOption, bool on = True)
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.