Engauge Digitizer 2
Loading...
Searching...
No Matches
DlgImportCroppingPdf.cpp File Reference
#include "DlgImportCroppingPdf.h"
#include "EngaugeAssert.h"
#include "Logger.h"
#include "MainWindow.h"
#include "PdfCropping.h"
#include "poppler-qt6.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"
Include dependency graph for DlgImportCroppingPdf.cpp:

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

Variable Documentation

◆ FIRST_PAGE_1_BASED

const int FIRST_PAGE_1_BASED = 1

Definition at line 33 of file DlgImportCroppingPdf.cpp.

◆ HEIGHT

const int HEIGHT = -1

Definition at line 32 of file DlgImportCroppingPdf.cpp.

◆ SMALLEST_DELAY_MS

const int SMALLEST_DELAY_MS = 500

Definition at line 34 of file DlgImportCroppingPdf.cpp.

◆ WIDTH

const int WIDTH = -1

Definition at line 32 of file DlgImportCroppingPdf.cpp.

◆ X_TOP_LEFT

const int X_TOP_LEFT = 0

Definition at line 31 of file DlgImportCroppingPdf.cpp.

◆ Y_TOP_LEFT

const int Y_TOP_LEFT = 0

Definition at line 31 of file DlgImportCroppingPdf.cpp.