Function qt_core::q_text_stream::fixed

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

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

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

C++ documentation: