Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
Characters unicode help
-
How i can get unicode character of one key? And for example i dont see these characters for example in virtual-key codes of microsoft?? However, i dont know if qt let's to change one characters to unicode i normally use this ToUnicodeEx(...).
I'm doing one keyboard in qt and it's important that i take support. It's only if someone can say me if this is true or i am wrong thx.
-
@Jeronimo Take a look at QChar http://doc.qt.io/qt-5/qchar.html
It supports Unicode, QString does too.
I guess each key in your virtual keyboard produces a Unicode character, right?