How to hide virtual keyboard in Android?
Unsolved
Mobile and Embedded
-
wrote on 20 Dec 2015, 16:31 last edited by
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/1