if you have pointer to TextInput use the post event as I suggested
QApplication::postEvent(pointerToTextInput,new QKeyEvent(…..))
If you give the sample code it helps us to look/analyze if you have any issue.
↧