Krita
DoubleParseSpinBox.cpp
23 connect(d->widget, SIGNAL(errorWhileParsing(QString)), this, SIGNAL(errorWhileParsing(QString)));
QDoubleSpinBox * widget() const
Get the internal KisDoubleParseSpinBox as a QWidget, so it may be added to a UI.
Definition DoubleParseSpinBox.cpp:32
bool isLastValid() const
Get if the last expression entered is a valid one.
Definition DoubleParseSpinBox.cpp:47
void stepBy(int steps)
This is a reimplementation of QDoubleSpinBox::stepBy that uses setValue.
Definition DoubleParseSpinBox.cpp:37
virtual QString veryCleanText() const
This virtual function is similar to cleanText().
Definition DoubleParseSpinBox.cpp:52
void setValue(double value, bool overwriteExpression=false)
Set the value of the spinbox.
Definition DoubleParseSpinBox.cpp:42
QFuture< ArgsType< Signal > > connect(Sender *sender, Signal signal)
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:35:00 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:35:00 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.