1 #ifndef __TEXTOPTIONS_H__
2 #define __TEXTOPTIONS_H__
4 #include "ui_textoptions.h"
10 class TextOptions: public QWidget
15 TextOptions(QToolBar * parent = 0, Qt::WindowFlags flags = 0);
19 void setAction(ActionInterface * a, bool update);
24 ActionDrawText * action;
30 #endif // __TEXTOPTIONS_H__