hi...
i'm having some doubt regarding conversion of int to string.
Suppose
Is there any method to convert so that i can get "A" in strAscii[QString] ?
Printable View
hi...
i'm having some doubt regarding conversion of int to string.
Suppose
Is there any method to convert so that i can get "A" in strAscii[QString] ?
See the docs to QChar.
What's new in your answer? But anyway, it makes no sens to convert the QChar to char before assigning it to a QString, since QString will convert it back. So this conversion is useless.