22 #ifndef TULIPFONTWIDGET_H
23 #define TULIPFONTWIDGET_H
25 #include <QtGui/QWidget>
26 #include <tulip/TulipFont.h>
28 class TulipFontWidget;
31 class TLP_QT_SCOPE TulipFontWidget :
public QWidget {
33 Q_PROPERTY(TulipFont font READ font WRITE setFont)
36 explicit TulipFontWidget(QWidget *parent = NULL);
38 void setFont(
const TulipFont& font);
39 TulipFont font()
const;
42 Ui::TulipFontWidget *ui;
48 #endif // TULIPFONTWIDGET_H