#include "wdg_imagesize.h"
#include <QLocale>
#include <kis_config.h>
#include <KoUnit.h>
#include <kis_size_group.h>
#include <klocalizedstring.h>
#include <kis_filter_strategy.h>
#include "kis_aspect_ratio_locker.h"
#include "kis_acyclic_signal_connector.h"
#include "kis_signals_blocker.h"
#include "kis_double_parse_unit_spin_box.h"
#include "kis_document_aware_spin_box_unit_manager.h"
#include "ui_wdg_imagesize.h"
#include "wdg_imagesize.moc"
Go to the source code of this file.
◆ pixelsCentimeterStr()
| static const QString pixelsCentimeterStr |
( |
| ) |
|
|
static |
Definition at line 58 of file wdg_imagesize.cc.
59{
60 static QString str = i18n("Pixels/Centimeter");
61 return str;
62}
◆ pixelsInchStr()
| static QString pixelsInchStr |
( |
| ) |
|
|
static |
Definition at line 52 of file wdg_imagesize.cc.
53{
54 static QString str = i18n("Pixels/Inch");
55 return str;
56}
◆ lastUsedFilter
◆ maxImagePixelSize
| const int maxImagePixelSize = 100000000 |
|
static |