Engauge Digitizer  2
DlgRequiresTransform.h
1 #ifndef DLG_REQUIRES_TRANSFORM_H
2 #define DLG_REQUIRES_TRANSFORM_H
3 
4 #include <QMessageBox>
5 
7 class DlgRequiresTransform : public QMessageBox
8 {
9  public:
11  DlgRequiresTransform(const QString &context);
12 
13 private:
15 };
16 
17 #endif // DLG_REQUIRES_TRANSFORM_H
Dialog to be displayed whenever some operation or processing cannot be performed since the axis point...