|
Engauge Digitizer
2
|
#include "DlgImportCroppingPdf.h"#include "EngaugeAssert.h"#include "Logger.h"#include "MainWindow.h"#include "PdfCropping.h"#include "poppler-qt5.h"#include <QApplication>#include <QGraphicsPixmapItem>#include <QGraphicsScene>#include <QGridLayout>#include <QImage>#include <QLabel>#include <QLayout>#include <QPushButton>#include <QSettings>#include <QSpinBox>#include <QTimer>#include "Settings.h"#include "ViewPreview.h"
Go to the source code of this file.
Variables | |
| const int | X_TOP_LEFT = 0 |
| const int | Y_TOP_LEFT = 0 |
| const int | WIDTH = -1 |
| const int | HEIGHT = -1 |
| const int | FIRST_PAGE_1_BASED = 1 |
| const int | SMALLEST_DELAY_MS = 500 |
| const int FIRST_PAGE_1_BASED = 1 |
Definition at line 33 of file DlgImportCroppingPdf.cpp.
| const int HEIGHT = -1 |
Definition at line 32 of file DlgImportCroppingPdf.cpp.
| const int SMALLEST_DELAY_MS = 500 |
Definition at line 34 of file DlgImportCroppingPdf.cpp.
| const int WIDTH = -1 |
Definition at line 32 of file DlgImportCroppingPdf.cpp.
| const int X_TOP_LEFT = 0 |
Definition at line 31 of file DlgImportCroppingPdf.cpp.
| const int Y_TOP_LEFT = 0 |
Definition at line 31 of file DlgImportCroppingPdf.cpp.
1.8.14