MCPcopy Create free account
hub / github.com/KDE/labplot / valueChanged

Method valueChanged

src/frontend/widgets/NumberSpinBox.cpp:496–501  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

494}
495
496void NumberSpinBox::valueChanged() {
497 if (m_feedback)
498 m_waitFeedback = true;
499 Q_EMIT valueChanged(value());
500 m_waitFeedback = false;
501}
502
503void NumberSpinBox::setInvalid(const QString& str) {
504 if (!str.isEmpty())

Calls

no outgoing calls