Top "Qchar" questions

The QChar class, part of the Qt framework, provides a 16-bit Unicode character.

Qt: Get ASCII Code From QChar

I need to get the ASCII code from a QChar. In Qt 5.2 QChar::ToAscii has been removed. Here is my …

qt qchar
How to cast a QChar to int

In C++ there is a way to cast a char to int and get the ascii value in return. Is …

qt casting int codepoint qchar
Qchar* to char* conversion

I'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