Function qt_core::q_text_stream::oct

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

Calls QTextStream::setIntegerBase(8) on stream and returns stream.

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

C++ documentation:

Calls QTextStream::setIntegerBase(8) on stream and returns stream.

See also bin(), dec(), hex(), and QTextStream manipulators.