qchar to char

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

showing results for - "qchar to char"
Cal
20 May 2019
1QString str = "hello grepper"
2char letter = str[0].toLatin1(); //letter == 'h'
queries leading to this page
qchar to charqchar to char