Onscreen Keyboard in Qt 5
问题 I want to create a onscreen keyboard for a desktop application. The application will be built in Qt 5. I have couple of questions, please clarify them. What is the replacement of QInputContext in Qt5? (Because I read somewhere about onscreen keybord by implementing QInputContext but this is not supported by Qt 5.) Where can I find QPlateformInputContext & QInputPanel (on an internet search I found these two as alternatives of QInputContext but not sure about that and also I was unable to find