Engauge Digitizer 2
|
#include "ButtonWhatsThis.h"
#include "CmdMediator.h"
#include "CmdSettingsPointMatch.h"
#include "DlgSettingsPointMatch.h"
#include "EngaugeAssert.h"
#include "Logger.h"
#include "MainWindow.h"
#include <QComboBox>
#include <QGraphicsEllipseItem>
#include <QGraphicsPixmapItem>
#include <QGraphicsRectItem>
#include <QGraphicsScene>
#include <QGridLayout>
#include <QLabel>
#include <qmath.h>
#include <QPen>
#include <QSpinBox>
#include <QWhatsThis>
#include "ViewPreview.h"
Go to the source code of this file.
Variables | |
const int | MINIMUM_HEIGHT = 480 |
const int | POINT_SIZE_MAX = 1024 |
const int | POINT_SIZE_MIN = 5 |
const int MINIMUM_HEIGHT = 480 |
Definition at line 27 of file DlgSettingsPointMatch.cpp.
const int POINT_SIZE_MAX = 1024 |
Definition at line 28 of file DlgSettingsPointMatch.cpp.
const int POINT_SIZE_MIN = 5 |
Definition at line 29 of file DlgSettingsPointMatch.cpp.