Krita
IntParseSpinBox.cpp
23 connect(d->widget, SIGNAL(errorWhileParsing(QString)), this, SIGNAL(errorWhileParsing(QString)));
void stepBy(int steps)
This is a reimplementation of QSpinBox::stepBy that uses setValue.
Definition IntParseSpinBox.cpp:37
QSpinBox * widget() const
Get the internal KisIntParseSpinBox as a QWidget, so it may be added to a UI.
Definition IntParseSpinBox.cpp:32
void setValue(int value, bool overwriteExpression=false)
Set the value of the spinbox.
Definition IntParseSpinBox.cpp:42
virtual QString veryCleanText() const
This virtual function is similar to cleanText().
Definition IntParseSpinBox.cpp:52
bool isLastValid() const
Get if the last expression entered is a valid one.
Definition IntParseSpinBox.cpp:47
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.