thanks for the input.
That makes sense.
but if that is the case, then if I add
#define QT_NO_CAST_FROM_ASCII
should add the complete line to the string?
is that true?
it gives the same result if I try it.
thanks for the input.
That makes sense.
but if that is the case, then if I add
#define QT_NO_CAST_FROM_ASCII
should add the complete line to the string?
is that true?
it gives the same result if I try it.
Hi,
I think that you have to add "48" to each char to obtain the desired character. Take a look at ASCII table where you can see that character "0" is 48 decimal. So this is basically a LUT.
Try it and tell if it helps you.
Òscar Llarch i Galán
thanks for all of your help
here is how I fixed it:
Qt Code:
To copy to clipboard, switch view to plain text mode
this seemed to fix the issue.
Bookmarks