开发者

Qt qspinbox editingFinished signal on value changed

开发者 https://www.devze.com 2023-03-12 03:49 出处:网络
According to the Qt documentation: void QAbstractSpinBox::editingFinished () [signal] This signal is emitted editing is finished. This happens when the spinbox loses focus and when enter is pressed.

According to the Qt documentation:

void QAbstractSpinBox::editingFinished () [signal]

This signal is emitted editing is finished. This happens when the spinbox loses focus and when enter is pressed.

Is it possible (preferably out-of-the-box) to have this signal fire on every change of the spin开发者_StackOverflowbox, not just enter or lose focus?


That is different. You can use valueChanged() signal instead.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号