[Prev: Color] [Home] [Next: Font]
The ByteArray is an array optimized for storing raw bytes. Instances of ByteArray can be passed to C++ slots that take arguments of type QByteArray.
The number of bytes in the byte array. This value is read only.
The number of bytes in the byte array. This value is read only.
charAt( index )
Returns the character (byte) at the position index in the byte array. The byte is returned as a string.
[Prev: Color] [Home] [Next: Font]