qml - How to save the entered text in blackberry 10 -


how save entered text in blackberry 10. i'm planning save stackmob saving using submit/send key of keypad

textfield {                             id: tfcomment                             hinttext: qstr("add comment")                             inputmode: textfieldinputmode.text                             input {                                 submitkey: submitkey.submit                                 onsubmitted: {                                 }                             } 

what should add on submitkey , on cpp?

within onsubmitted slot, should call c++ invokable function, text parameter. c++ function should take qvariant, contain string typed user.


Comments

Popular posts from this blog

php - Calling a template part from a post -

Firefox SVG shape not printing when it has stroke -

How to mention the localhost in android -