cctw  0.2.1
cctwqtsetuptransformdialog.h
Go to the documentation of this file.
1 #ifndef CCTWQTSETUPTRANSFORMDIALOG_H
2 #define CCTWQTSETUPTRANSFORMDIALOG_H
3 
4 #include <QDialog>
5 
6 namespace Ui {
8 }
9 
10 class CctwqtMainWindow;
11 class CctwApplication;
12 
13 class CctwqtSetupTransformDialog : public QDialog
14 {
15  Q_OBJECT
16 
17 public:
20 
21 public slots:
22  void accept();
23 
24 private:
27 
28  double rad2deg(double rad);
29  double deg2rad(double deg);
30 
31 private:
32  Ui::CctwqtSetupTransformDialog *ui;
34 };
35 
36 #endif // CCTWQTSETUPTRANSFORMDIALOG_H
CctwqtSetupTransformDialog(CctwApplication *app, CctwqtMainWindow *parent)
Ui::CctwqtSetupTransformDialog * ui