kig
imageexporteroptions.cc
Go to the documentation of this file.
51 connect( expwidget->WidthInput, SIGNAL( valueChanged( double ) ), this, SLOT( slotWidthChanged( double ) ) );
52 connect( expwidget->HeightInput, SIGNAL( valueChanged( double ) ), this, SLOT( slotHeightChanged( double ) ) );
53 connect( expwidget->comboUnit, SIGNAL( activated( int ) ), this, SLOT( slotUnitChanged( int ) ) );
QLayout * layout() const
int width() const
void setImageSize(const QSize &size)
Definition: imageexporteroptions.cc:81
void convertTo(Unit::MetricalUnit unit)
Set the unit of the current object to unit and convert the value to the new unit using convert()...
Definition: unit.cc:52
QSize size() const
void slotHeightChanged(double)
Definition: imageexporteroptions.cc:111
Definition: unit.h:36
void slotWidthChanged(double)
Definition: imageexporteroptions.cc:99
void setMargin(int margin)
int logicalDpiX() const
int logicalDpiY() const
static int precision(Unit::MetricalUnit unit)
How many decimals the unit have.
Definition: unit.cc:139
void slotUnitChanged(int)
Definition: imageexporteroptions.cc:123
QDesktopWidget * desktop()
int height() const
ImageExporterOptions(QWidget *parent)
Definition: imageexporteroptions.cc:30
~ImageExporterOptions()
Definition: imageexporteroptions.cc:56
bool connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
This small class server as helper to perform conversions between metrical units.
Definition: unit.h:30
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:12:05 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:12:05 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.