1 #ifndef __DIMLINEAROPTIONS_H__
2 #define __DIMLINEAROPTIONS_H__
9 class DimLinearOptions: public QWidget
14 DimLinearOptions(QToolBar * parent = 0, Qt::WindowFlags flags = 0);
18 void setAction(ActionInterface * a, bool update);
19 void updateAngle(const QString & a);
24 ActionDimLinear * action;
33 #endif // __DIMLINEAROPTIONS_H__