Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Virtual keyboard

    Mobile and Embedded
    2
    4
    1031
    Loading More Posts
    • 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
      aabfm last edited by

      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 Reply Quote 0
      • SGaist
        SGaist Lifetime Qt Champion last edited by

        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 Reply Quote 0
        • A
          aabfm last edited by

          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 Reply Quote 0
          • SGaist
            SGaist Lifetime Qt Champion last edited by

            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 Reply Quote 0
            • First post
              Last post