Engauge Digitizer 2
|
#include "DlgEditPointGraph.h"
#include "DlgEditPointGraphLineEdit.h"
#include "DlgValidatorAbstract.h"
#include "DlgValidatorFactory.h"
#include "DocumentModelCoords.h"
#include "DocumentModelGeneral.h"
#include "FormatCoordsUnits.h"
#include "Logger.h"
#include "MainWindow.h"
#include "MainWindowModel.h"
#include <QGroupBox>
#include <QLabel>
#include <QPushButton>
#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 24 of file DlgEditPointGraph.cpp.
const int MIN_WIDTH_TO_FIT_STRANGE_UNITS = 200 |
Definition at line 26 of file DlgEditPointGraph.cpp.