Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Characters unicode help
Qt 6.11 is out! See what's new in the release blog

Characters unicode help

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 872 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    Jeronimo
    wrote on last edited by
    #1

    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.

    jsulmJ 1 Reply Last reply
    0
    • J Jeronimo

      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.

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @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?

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      2

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved