Hi,

I have qlineedit field "le03" and i need to show the result of :

QString::number(le01->text().toDouble() / 2) where le01 = "99999999.00"
in that field.

The problem is the operation shows a scientific notation value. I need to show the result like this: 49999999.05

Thanks