PDA

View Full Version : QLCDNumber justify



davisjamesf
4th July 2007, 17:42
I'm using Qt4.3 in windows XP on VS NET 2003.

I AM able to make a dialog containing a QLCDNumber widget which displays double numbers:
12.3
12.03
12

What I CANT get it to do is to display the numbers including trailing zeros i.e.
12.30
12.03
12.00.

I want to use the QLCDNumber widget to display a timer (up to miliseconds). However, as the time is updated quickly, it appears to jump around the QLCDNumber widget.

any ideas?
Thanks.

wysota
5th July 2007, 10:02
I don't think this widget is capable of such things. You'd have to create your own.