How to trigger the virtual keyboard on Android
-
how to trigger the virtual keyboard?
I'm creating my Android app using QGraphicsScene. My input box is a subclass of QGraphicsObject. When user click on it, I want to trigger the virtual keyboard to accept input. but I don't know how to do this?
Thanks,
-
Did you try the method QGraphicsObject::event already?
-
You may try QInputMethod.show()