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
Forum Updated to NodeBB v4.3 + New Features

QT Virtual Keyboard for WebBrowser

Scheduled Pinned Locked Moved Unsolved Qt WebKit
4 Posts 2 Posters 1.5k Views 1 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.
  • nadimnadafN Offline
    nadimnadafN Offline
    nadimnadaf
    wrote on 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
    • kkoehneK Offline
      kkoehneK Offline
      kkoehne
      Moderators
      wrote on 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
      • nadimnadafN Offline
        nadimnadafN Offline
        nadimnadaf
        wrote on last edited by
        #3

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

        1 Reply Last reply
        0
        • kkoehneK Offline
          kkoehneK Offline
          kkoehne
          Moderators
          wrote on 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

          • Login

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