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.
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.
You are absolutely right
it should be:
Qt Code:
int iAscii_Val = 65;To copy to clipboard, switch view to plain text mode
The reason I answered was just to be helpful for other people that are struggling with it ( and now have some cut 'n' paste code they can use)
Last edited by BrainB0ne; 5th December 2009 at 00:01.
..:: Still Standing Strong ::..
Bookmarks