Engauge Digitizer 2
|
#include "DlgEditScale.h"
#include "DlgValidatorAbstract.h"
#include "DlgValidatorFactory.h"
#include "DocumentAxesPointsRequired.h"
#include "DocumentModelCoords.h"
#include "DocumentModelGeneral.h"
#include "EngaugeAssert.h"
#include "FormatCoordsUnits.h"
#include "FormatDateTime.h"
#include "FormatDegreesMinutesSecondsNonPolarTheta.h"
#include "FormatDegreesMinutesSecondsPolarTheta.h"
#include "Logger.h"
#include "MainWindow.h"
#include "MainWindowModel.h"
#include <QGridLayout>
#include <QGroupBox>
#include <QHBoxLayout>
#include <QLabel>
#include <QRect>
#include "QtToString.h"
#include <QVBoxLayout>
#include "Transformation.h"
Go to the source code of this file.
Variables | |
const Qt::Alignment | ALIGNMENT = Qt::AlignCenter |
const int | MIN_WIDTH_TO_FIT_STRANGE_UNITS = 200 |
const Qt::Alignment ALIGNMENT = Qt::AlignCenter |
Definition at line 30 of file DlgEditScale.cpp.
const int MIN_WIDTH_TO_FIT_STRANGE_UNITS = 200 |
Definition at line 32 of file DlgEditScale.cpp.