22 #ifndef TULIPFONTWIDGET_H
23 #define TULIPFONTWIDGET_H
27 #include <tulip/TulipFont.h>
30 class TulipFontWidget;
33 class TLP_QT_SCOPE TulipFontWidget :
public QWidget {
35 Q_PROPERTY(TulipFont font READ font WRITE setFont)
38 explicit TulipFontWidget(QWidget *parent = NULL);
40 void setFont(
const TulipFont& font);
41 TulipFont font()
const;
44 Ui::TulipFontWidget *ui;
50 #endif // TULIPFONTWIDGET_H