Function qt_core::q_text_stream::hex

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

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

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

C++ documentation:

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

Note: The hex modifier can only be used for writing to streams.

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