PDA

View Full Version : QLCDNumber display



jhearon
27th October 2008, 00:53
I'm trying to do something like a tape transport led display (Hours:Minutes:Seconds). Having trouble getting this widget to update continuously.

From other posts seems this widget may not be intended to do something like that.

My updated float values are returned from a method and not a qt widget such as the slider, thus have not connected the LCDnumber to any signals or slots. Just trying using the public slot MyLCDNumber->display(myfloat). Is that the correct approach?