Reputation: 4830
my Form has a spinBox who's value can sometimes be refreshed by the program in the background but can also be edit by user. How should I handle this?
Upvotes: 0
Views: 344
Reputation: 3788
or you can blockSignals() if you need to temporarily
Upvotes: 2