I need to display floating point values from 0.0 to 100 like

0.0, 0.1,0.2 ....

I am trying to use display(double) in QLCDNumber class...

But it will not make any effect .