yan bellavance
yan bellavance

Reputation: 4830

How do you handle a QSpinBox that can be edited by both the user and the program?

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

Answers (1)

shergill
shergill

Reputation: 3788

or you can blockSignals() if you need to temporarily

Upvotes: 2

Related Questions