QT QCHAR, чтобы опустить
QChar a = 'C';
QChar b = a.toLower(); //b == 'c'
Sorann
QChar a = 'C';
QChar b = a.toLower(); //b == 'c'