Quantcast
Channel: Qt DevNet forums: Qt Quick 1283365070**
Viewing all articles
Browse latest Browse all 4972

How do I send Key Event from C++ to QML TextInput Item in Qt 5.2 ?

$
0
0
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.

Viewing all articles
Browse latest Browse all 4972

Trending Articles