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
Post a Comment