qt qchar to char

Solutions on MaxInterview for qt qchar to char by the best coders in the world

showing results for - "qt qchar to char"
Marcella
22 Oct 2017
1QChar qLetter = 'a';
2char letter = qLetter.toLatin1();
queries leading to this page
qt qchar to charqt qchar to char