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?
QtWS25 Last Chance

How to hide virtual keyboard in Android?

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
androidqt 5.5.1keyboardvirtual
1 Posts 1 Posters 806 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.
  • H Offline
    H Offline
    HPCTECH
    wrote on 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

    • Login

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