Qt Forum

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

    Update: Forum Guidelines & Code of Conduct

    How to use qml keyboard element for different sites opened in Qml Webview

    Qt WebKit
    2
    4
    892
    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.
    • R
      reshmi last edited by

      Hi

      I have QtWebkit 1.0.

      I have created a qml webview application in which i have opened http://www.google.com.

      I would like to use QML keyboard element for giving input to the search field.

      How can I do this?

      Thanks and Regards,
      Reshmi S.

      1 Reply Last reply Reply Quote 0
      • p3c0
        p3c0 Moderators last edited by

        Hi,

        Which QML keyboard element are you asking for ?

        157

        1 Reply Last reply Reply Quote 0
        • R
          reshmi last edited by

          I have created a keyboard element in qml and I have to use that keyboard.qml whenever I am clicking on any textinput in different sites in my webview.

          1 Reply Last reply Reply Quote 0
          • p3c0
            p3c0 Moderators last edited by

            You will need to create a library. Then put it into plugins/platforminputcontexts directory. If it loads well then the VirtualKeyboard will be invoked automatically when ever a input field is clicked. Check this "blog":http://tolszak-dev.blogspot.in/2013/04/qplatforminputcontext-and-virtual.html for more details.

            157

            1 Reply Last reply Reply Quote 0
            • First post
              Last post