After a call to resize(), newly allocated bytes have undefined values. To set all the bytes to a particular value, call QByteArray::fill()
After a call to resize(), newly allocated bytes have undefined values. To set all the bytes to a particular value, call QByteArray::fill()
Gokulnathvc (19th July 2011)
Thanks.. That works fine......
Bookmarks