pub unsafe fn scientific(s: impl CastInto<Ref<QTextStream>>) -> Ref<QTextStream>
Expand description

Calls QTextStream::setRealNumberNotation(QTextStream::ScientificNotation) on stream and returns stream.

Calls C++ function: QTextStream& scientific(QTextStream& s).

C++ documentation: