Engauge Digitizer 2
Loading...
Searching...
No Matches
DlgRequiresTransform Class Reference

Dialog to be displayed whenever some operation or processing cannot be performed since the axis points are not defined. More...

#include <DlgRequiresTransform.h>

Inheritance diagram for DlgRequiresTransform:
Inheritance graph
Collaboration diagram for DlgRequiresTransform:
Collaboration graph

Public Member Functions

 DlgRequiresTransform (const QString &context)
 Single constructor.

Detailed Description

Dialog to be displayed whenever some operation or processing cannot be performed since the axis points are not defined.

Definition at line 13 of file DlgRequiresTransform.h.

Constructor & Destructor Documentation

◆ DlgRequiresTransform()

DlgRequiresTransform::DlgRequiresTransform ( const QString & context)

Single constructor.

Definition at line 10 of file DlgRequiresTransform.cpp.

11{
12 setWindowTitle (engaugeWindowTitle());
13
14 QString text = QString ("%1 %2")
15 .arg (context)
16 .arg (tr ("can only be performed after three axis points have been created, "
17 "so the coordinates are defined"));
18 setText (text);
19}
QString engaugeWindowTitle()
Text for title bars of dialogs.
Definition Version.cpp:15

The documentation for this class was generated from the following files: