Hi, I need to be able to set my QLCDNumber to a new value and have it count up or count down to that new value on screen.

Is the best way to do that by connecting the new value to an invisible QSlider first, then connecting the slider value to the QLCDNumber? Or is there a more direct way?

Thanks for any help you can give!