1 #ifndef __DLGOPTIONSDRAWING_H__
2 #define __DLGOPTIONSDRAWING_H__
4 #include "ui_dlgoptionsdrawing.h"
8 class DlgOptionsDrawing: public QDialog
13 DlgOptionsDrawing(QWidget * parent = 0, Qt::WindowFlags flags = 0);
17 void setGraphic(Drawing * g);
19 void updateLengthPrecision();
20 void updateAnglePrecision();
22 void updatePaperSize();
23 void updateUnitLabels();
26 QStringList listPrec1;
30 Ui::DlgOptionsDrawing ui;
34 #endif // __DLGOPTIONSDRAWING_H__