src/dialogs/cylindereditor.h

changeset 1391
5fa4bf1fc781
child 1395
23551de3da36
equal deleted inserted replaced
1390:3eace926af7f 1391:5fa4bf1fc781
1 #ifndef CYLINDEREDITOR_H
2 #define CYLINDEREDITOR_H
3
4 #include <QDialog>
5
6 namespace Ui {
7 class CylinderEditor;
8 }
9
10 class CylinderEditor : public QDialog
11 {
12 Q_OBJECT
13
14 public:
15 explicit CylinderEditor(QWidget *parent = 0);
16 ~CylinderEditor();
17
18 private:
19 Ui::CylinderEditor *ui;
20 };
21
22 #endif // CYLINDEREDITOR_H

mercurial