Hello,
Is there some easy function to convert QByteArray to QString?
Printable View
Hello,
Is there some easy function to convert QByteArray to QString?
Do you know the documentation of Qt? What's so hard to look in it:
Quote:
QString & operator= ( const QByteArray & ba )
if u still did not looked at the doc... its done like this..