Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. GPIO IRQ keyboard ,QT5.9
Forum Updated to NodeBB v4.3 + New Features

GPIO IRQ keyboard ,QT5.9

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
3 Posts 2 Posters 377 Views 2 Watching
  • 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.
  • H Offline
    H Offline
    hongwu
    wrote on last edited by hongwu
    #1

    I working with Qt5.9, there is no QWS supported , and I can't find more articals about how can I use QPA plugins to driver my custom hardware keyboard, any advise ?
    My keyboard is GPIO IRQ. I can detect the key in my QT application by scanning the GPIO. But I want make a keyboard driver and send keyboard event that any app window can receive it like QWS_KEYBOARD have done in QT4
    I have no experience about driver developping on linux platform,just read some artical about QWS_KEYBOARD plugins development,but I‘m working with QT5.9,so I’m stucked

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      AFAIR, you should check QInputMethod.

      KDAB has several articles on the subject.
      https://www.kdab.com/qt-input-method-depth/
      https://www.kdab.com/qt-input-method-virtual-keyboard/

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      H 1 Reply Last reply
      1
      • SGaistS SGaist

        Hi and welcome to devnet,

        AFAIR, you should check QInputMethod.

        KDAB has several articles on the subject.
        https://www.kdab.com/qt-input-method-depth/
        https://www.kdab.com/qt-input-method-virtual-keyboard/

        H Offline
        H Offline
        hongwu
        wrote on last edited by
        #3

        @SGaist OK, thank u very much, I'll take look about that, and report my results later.

        1 Reply Last reply
        0

        • Login

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