Take a look at the wonderfull documentation.
Coding is left as an exercise for the reader ;-)
Take a look at the wonderfull documentation.
Coding is left as an exercise for the reader ;-)
vishal.chauhan (20th February 2007)
Thanks for reply.
I have tried convert the QString to the unicode using toUft8
but the value return by this is a ByteArray and how I convert this value into (const UInt8*).
Use the constData() method from QByteArray. Just remember to copy the buffer if you want to store it anywhere as the pointer will be valid only as long as the byte array object is valid.
vishal.chauhan (20th February 2007)
Bookmarks