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. Virtual keyboard
QtWS25 Last Chance

Virtual keyboard

Scheduled Pinned Locked Moved Mobile and Embedded
4 Posts 2 Posters 1.2k 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.
  • A Offline
    A Offline
    aabfm
    wrote on last edited by
    #1

    Hi,
    I’m currently developing an application that needs to have an activation code inserted via the touch screen.
    The embedded computer that I’m using is the DX-4 from AndersDX (check this "link":http://www.andersdx.com/products/embedded-displays/hardware/dx4.aspx).
    I think the way to do this is to use a virtual keyboard... How do I do this?
    Thanks in advance.

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

      Hi,

      The answer depends a bit on what technology you will be using for your application. Widget ? QML ?

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

      1 Reply Last reply
      0
      • A Offline
        A Offline
        aabfm
        wrote on last edited by
        #3

        I really don't know... sorry.
        I just want to come up with this program with the following characteristics:

        • full screen video play;
        • interrupt handling;
        • and capability to use a alphanumeric touch screen keyboard to insert an activate code.
          Any ideas how should I sort this out?
          Thanks
        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          You can go the QML way for the gui, you have examples in Qt's documentation for video playback.

          The interrupt part is lower level programming you'll need to write some code for that yourself.

          As for the keyboard, you could use the CLKeyboard qml keyboard

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

          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