I read QString Docs, But I don't see any thing which converts array to QString.
Please let me know how to convert it.
Thanks,
Arun
I read QString Docs, But I don't see any thing which converts array to QString.
Please let me know how to convert it.
Thanks,
Arun
Do you know the relation between char[] and char*?
J-P Nurmi
Thanks to all it solved now.
char chararray [15];
QString theqstring ("This is a character array");
strcpy (chararray, theqstring.latin1());
Using this u can convert QString to char[]
![]()
hi i am a Qtforum user
i am also suffering from same problem like you
can you tell me how did you solved ur proble
plz..
i need to display hex data array(char type) in QLabel
waiting for ur reply
thanks in advance
What have you actually tried? What do you actually have as input? This thread contains a solution and some hints.
Bookmarks