Engauge Digitizer  2
 All Classes Files Functions Variables Enumerations Enumerator Friends Pages
DlgRequiresTransform.cpp
1 #include "DlgRequiresTransform.h"
2 #include "Version.h"
3 
5 {
6  setWindowTitle (engaugeWindowTitle());
7 
8  QString text = QString ("%1 can only be performed after three axis points have been created, "
9  "so the coordinates are defined")
10  .arg (context);
11  setText (text);
12 }
DlgRequiresTransform(const QString &context)
Single constructor.