View Full Version : unsigned char * to QString
elina.du
25th March 2009, 07:51
I wish covert unsigned char *ch to QString
How could I do?
Could you give me some code?
Lykurg
25th March 2009, 08:03
A constructor is QString ( const char * str ). Doesn't it work?
QString str(ch);
elina.du
25th March 2009, 08:33
yes,it works now! thx!!!:p
Powered by vBulletin® Version 4.2.5 Copyright © 2024 vBulletin Solutions Inc. All rights reserved.