Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt WebKit
  4. QT Virtual Keyboard for WebBrowser
QtWS25 Last Chance

QT Virtual Keyboard for WebBrowser

Scheduled Pinned Locked Moved Unsolved Qt WebKit
4 Posts 2 Posters 1.4k 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.
  • N Offline
    N Offline
    nadimnadaf
    wrote on 29 Jun 2022, 13:16 last edited by
    #1

    Hi Forum Members,
    I am trying to add keyboard input to webpage.
    That is not a clear, I know
    I have a virtual keyboard available in My Project. It is already Created.
    I am using QWEbView to show my WebPage.
    How can we put text content in WebView through Virtual Keyboard.

    #webview #webkit #webkitwidgets

    1 Reply Last reply
    0
    • K Offline
      K Offline
      kkoehne
      Moderators
      wrote on 29 Jun 2022, 13:31 last edited by
      #2

      You can use Qt Virtual Keyboard for that.

      I'm not aware of an example for WebKit, but you can take inspiration from Qt WebBrowser, which is Qt WebEngine based:

      https://code.qt.io/cgit/qt-apps/qtwebbrowser.git/tree/src/qml/Keyboard.qml
      https://code.qt.io/cgit/qt-apps/qtwebbrowser.git/tree/src/qml/Main.qml

      Director R&D, The Qt Company

      1 Reply Last reply
      1
      • N Offline
        N Offline
        nadimnadaf
        wrote on 30 Jun 2022, 05:56 last edited by
        #3

        I am using QT5.8. & c++.

        1 Reply Last reply
        0
        • K Offline
          K Offline
          kkoehne
          Moderators
          wrote on 30 Jun 2022, 09:27 last edited by
          #4

          I am using QT5.8. & c++.

          Qt VirtualKeyboard is available in Qt 5.8.

          For C++: If you mean that you're using Qt Widgets, there's an integration with Qt VirtualKeyboard, too: https://doc.qt.io/qt-5/qtvirtualkeyboard-deployment-guide.html#integration-method

          Director R&D, The Qt Company

          1 Reply Last reply
          0

          3/4

          30 Jun 2022, 05:56

          • Login

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