12 #include <qapplication.h> 14 #include <QResizeEvent> 15 #include <QDesktopWidget> 19 #include "../../backend/tools/imageTools.h" 23 QWidget *parent,
const char* name ) :
31 QRect screenSize = qApp->desktop()->availableGeometry();
64 int w = baseMinSize.width();
QImage fullScreenImage
Full screen version of image.
virtual QSize sizeHint() const
QSize origImageSize
original image dimensions
A split view interface provides a means to show before and after versions of an image while adjustmen...
void resizeEvent(QResizeEvent *)
void setImages(QImage origImage, QImage adjustedImage)
virtual QSize minimumSizeHint() const
virtual QSize minimumSizeHint() const
ScaledPreviewInterface(QString imageFilename, QWidget *parent=0, const char *name=0)
Creates layout.