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. Fancy Browser and Virtual keyboard support

Fancy Browser and Virtual keyboard support

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

    Hi Experts,
    I am using Fancy Browser, Here i have successfully added Virtual keyboard source code.
    Browser address bar (url text field) is QLineEdit, So When i click the address bar the Virtual Keyboard is pop up'd. I am using the below code in the browser source code.

    locationEdit = new QLineEdit(this);
    lineEditkeyboard = new Keyboard();
    connect ( locationEdit ,SIGNAL ( selectionChanged ( ) ),this,SLOT ( run_keyboard_lineEdit ( ) ) );

    void MainWindow::run_keyboard_lineEdit()
    {
    QLineEdit *line = (QLineEdit *)sender();
    lineEditkeyboard->setLineEdit(line);
    lineEditkeyboard->show();
    }

    My problems are,

    I can view the www.google.com webpage. But When i click the Google search text field in the Webpage the same virtual keyboard not pop up'd. I know we need to add the support in the browser code.

    To get the virtual keyboard when click the input text box (with in a web page) Which even event function/Class/Members i should use? Could you Please give me a sample code to understand.

    Thanks,
    Veera

    1 Reply Last reply
    0
    • V Offline
      V Offline
      Veerapandian
      wrote on last edited by
      #2

      Any update on this?

      1 Reply Last reply
      0
      • V Offline
        V Offline
        Veerapandian
        wrote on last edited by
        #3

        Could you please share your valuable points here?

        1 Reply Last reply
        0
        • V Offline
          V Offline
          Veerapandian
          wrote on last edited by
          #4

          Can you please help us to solve the issue?

          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