mmostajab
mmostajab

Reputation: 2037

QDoubleSpinBox signals valueChanged before the edit is completely done

I have a QDoubleSpinBox in my GUI. The problem is the valueChanged is always called while the user is typing his input in it. This will run the valueChanged everytime and user is not able to write the values he wants to. Is there any way to get rid of this behavior and call valueChanged right after the value is completely changed?

Upvotes: 2

Views: 1974

Answers (1)

Related Questions