38 Q_PROPERTY(QFont currentFont READ currentFont WRITE setCurrentFont NOTIFY currentFontChanged USER
true)
59 Q_PROPERTY(QString fontTextFormat READ fontTextFormat WRITE setFontTextFormat)
74 void setCurrentFont(const QFont& newFont);
75 QFont currentFont()const;
79 void setFontTextFormat(const QString& fontTextFormat);
83 QString fontTextFormat()const;
94 void currentFontChanged(const QFont&);
96 QScopedPointer<ctkFontButtonPrivate> d_ptr;