1 #ifndef __ARCTANGENTIALOPTIONS_H__
2 #define __ARCTANGENTIALOPTIONS_H__
4 //#include "ui_arctangentialoptions.h"
7 class ActionDrawArcTangential;
10 class ArcTangentialOptions: public QWidget
15 ArcTangentialOptions(QToolBar * parent = 0, Qt::WindowFlags flags = 0);
16 ~ArcTangentialOptions();
19 void setAction(ActionInterface * a, bool update);
20 void updateRadius(const QString & s);
23 ActionDrawArcTangential * action;
29 // Ui::ArcTangentialOptions ui;
32 #endif // __ARCTANGENTIALOPTIONS_H__