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. How to hide virtual keyboard in Android?
Forum Updated to NodeBB v4.3 + New Features

How to hide virtual keyboard in Android?

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
androidqt 5.5.1keyboardvirtual
1 Posts 1 Posters 814 Views 3 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.
  • H Offline
    H Offline
    HPCTECH
    wrote on 20 Dec 2015, 16:31 last edited by
    #1

    Hello,

    I want to hide virtual keyboard completely for specific QLineEdit. How can I do it?

    I attempted to fix this issue by using this SLOT but unfortunately it didn't fix this issue :(

    void MainWindow::on_lineEdit_2_selectionChanged()
    {
        qApp->inputMethod()->hide();
    }
    
    1 Reply Last reply
    0

    1/1

    20 Dec 2015, 16:31

    • Login

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