qt qChar do char
QChar qLetter = 'a';
char letter = qLetter.toLatin1();
Sorann
QChar qLetter = 'a';
char letter = qLetter.toLatin1();