I am using PyQt5.8 on a raspberry Pi 3, my application had a login form. So how can i prompt a virtual keyboard when user touchs one of the form fields in the touchscreen?
I tried this but it does not working with pyQt5 after porting it (it work fine with pyQt4), making the cursor in the field does not prompt the virtual keyboard.
Best regards!