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

Get the value of QML Editbox from c++

$
0
0
I think that: http://qt-project.org/doc/qt-5.0/qtqml/qtqml-cppintegration-interactqmlfromcpp.html is what you are looking for. Read it carefully – the safer and recommended approach is to expose some C++ object to Qml and bind your “textbox” properties to it. This way you are able to handle “textbox” properties in C++ code.

Viewing all articles
Browse latest Browse all 4972

Trending Articles