Definition at line 59 of file qfontdialog.h.
Public Types
|
| enum |
FontDialogOption
{
NoButtons = 0x00000001,
DontUseNativeDialog = 0x00000002 } |
Signals
|
| void |
currentFontChanged
(const QFont
&font) |
| void |
fontSelected
(const QFont
&font) |
Public Member Functions
|
| |
QFontDialog
(QWidget
*parent=0) |
| |
QFontDialog
(const QFont
&initial, QWidget
*parent=0) |
| |
~QFontDialog
() |
| void |
setCurrentFont
(const QFont
&font) |
| QFont |
currentFont
() const |
| QFont |
selectedFont
() const |
| void |
setOption
(FontDialogOption
option, bool on=true) |
| bool |
testOption
(FontDialogOption
option) const |
| void |
setOptions
(FontDialogOptions options) |
|
FontDialogOptions |
options
() const |
| void |
open
(QObject *receiver,
const char *member) |
| void |
setVisible
(bool visible) |
Static Public Member
Functions
|
| static QFont |
getFont
(bool *ok, const QFont
&initial, QWidget
*parent, const QString
&title, FontDialogOptions options) |
| static QFont |
getFont
(bool *ok, const QFont
&initial, QWidget
*parent, const QString
&title) |
| static QFont |
getFont
(bool *ok, const QFont
&initial, QWidget
*parent=0) |
| static QFont |
getFont
(bool *ok, QWidget
*parent=0) |
Protected Member Functions
|
| void |
changeEvent
(QEvent *event) |
| void |
done
(int result) |
Properties
|
| QFont |
currentFont |
|
FontDialogOptions |
options |