|
Engauge Digitizer
2
|

Go to the source code of this file.
Functions | |
| const QString | IMPORT_CROPPING_NEVER_STRING (QObject::tr("Never crop during import")) |
| const QString | IMPORT_CROPPING_MULTIPAGE_PDFS_STRING (QObject::tr("Crop during import only for multiple-page pdf files")) |
| const QString | IMPORT_CROPPING_ALWAYS_STRING (QObject::tr("Always crop during import")) |
| QString | ImportCroppingToString (ImportCropping importCropping) |
Variables | |
| const ImportCropping | DEFAULT_IMPORT_CROPPING = IMPORT_CROPPING_NEVER |
| const QString IMPORT_CROPPING_ALWAYS_STRING | ( | QObject:: | tr"Always crop during import" | ) |
| const QString IMPORT_CROPPING_MULTIPAGE_PDFS_STRING | ( | QObject:: | tr"Crop during import only for multiple-page pdf files" | ) |
| const QString IMPORT_CROPPING_NEVER_STRING | ( | QObject:: | tr"Never crop during import" | ) |
| QString ImportCroppingToString | ( | ImportCropping | importCropping | ) |
Definition at line 16 of file ImportCropping.cpp.
| const ImportCropping DEFAULT_IMPORT_CROPPING = IMPORT_CROPPING_NEVER |
Definition at line 14 of file ImportCropping.cpp.
1.8.5