1 #ifndef __DLGDIMLINEAR_H__
2 #define __DLGDIMLINEAR_H__
4 #include "ui_dlgdimlinear.h"
8 class DlgDimLinear: public QDialog
13 DlgDimLinear(QWidget * parent = 0, Qt::WindowFlags flags = 0);
17 void setDim(DimLinear & d);
27 #endif // __DLGDIMLINEAR_H__