<div dir="ltr">The documentation for the valueChanged signal says that<div><br></div><div><div>`This signal is emitted whenever the spin box's value is changed. The new value's integer value is passed in i.`</div></div>

<div><br></div><div>as opposed to editingFinished, which is only emitted when focus is lost.  However, I've found that if you type a value into a QSpinBox, then the signal is only emitted when focus is lost.  This contrasts to QLineEdit where textChanged (and textEdited) are emitted when the text is changed and the focus is still the QLineEdit.</div>

<div><br></div><div>Is there a way to get round this when using a QSpinBox, so that a signal is emitted when text is typed into the widget without having to lose focus?</div><div><br></div><div>Thanks,</div><div>Chris</div>

</div>