1 #ifndef __DIMOPTIONS_H__
2 #define __DIMOPTIONS_H__
9 class DimOptions: public QWidget
14 DimOptions(QToolBar * parent = 0, Qt::WindowFlags flags = 0);
18 virtual void setAction(ActionInterface * a, bool update);
19 virtual void updateLabel();
20 virtual void insertSign(const QString & c);
23 ActionDimension * action;
27 QToolButton * bDiameter;
36 #endif // __DIMOPTIONS_H__