PDA

View Full Version : getting text from text area in qml



Sharmibala
4th March 2012, 04:44
How do i pass the text area string to qt c++? i need to get a string from qml text area and i have to manipulate in qt c++

Reply ASAP please...

wysota
4th March 2012, 12:01
Usually it is done the other way. A string property is exposed from C++ into QML and then bound to some property of some element in QtQuick code.