The QChar class, part of the Qt framework, provides a 16-bit Unicode character.
I need to get the ASCII code from a QChar. In Qt 5.2 QChar::ToAscii has been removed. Here is my …
qt qcharI'm building a Qt Gui application for monitoring data from serial port.I'm using qextserialport library. Here's the problem I …
c++ qt serial-port qchar