1 #ifndef __POLYLINEOPTIONS_H__
2 #define __POLYLINEOPTIONS_H__
6 class ActionDrawPolyline;
9 class PolylineOptions: public QWidget
14 PolylineOptions(QToolBar * parent = 0, Qt::WindowFlags flags = 0);
18 void setAction(ActionInterface * a, bool);
23 ActionDrawPolyline * action;
26 QToolButton * closeButton;
27 QToolButton * undoButton;
28 QCheckBox * arcCheckBox;
30 QLineEdit * radiusEdit;
33 #endif // __POLYLINEOPTIONS_H__