QTextStream & QTextStream::operator<< ( float f )
Writes the real number f to the stream, then returns a reference to the QTextStream. By default, QTextStream stores it using SmartNotation, with up to 6 digits of precision. You can change the textual representation QTextStream will use for real numbers by calling setRealNumberNotation(), setRealNumberPrecision() and setNumberFlags().
See also setFieldWidth(), setRealNumberNotation(), setRealNumberPrecision(), and setNumberFlags().