1 #ifndef __IMAGEOPTIONS_H__
2 #define __IMAGEOPTIONS_H__
4 #include "ui_imageoptions.h"
9 class ImageOptions: public QWidget
14 ImageOptions(QWidget * parent = 0, Qt::WindowFlags flags = 0);
18 void setAction(ActionInterface * a, bool update);
22 ActionDrawImage * action;
28 #endif // __IMAGEOPTIONS_H__