[SOLVED] Pass string from C++ to QML
-
wrote on 13 Nov 2014, 10:05 last edited by
I am trying to pass a simple string from C++ to QML. I want to show the string in a simple TextInput in QML. I have looked around for similar topics but have not found anything so far that could help me. How do I approach this?
-
wrote on 20 Nov 2014, 18:59 last edited by
Thank you for your post.
I wanted to display a string in an Application Window. I got it to work by using Q_INVOKABLE.
Thank you for your time and help.