Console log() or other in QML ??
Unsolved
QML and Qt Quick
-
Hello, I try to test values by moment in my QML program to check if some parts run well, but nothing works, I try to do what we do in AS3: "trace (my object) or in JS: cosole.log ("hello"); and I hope to see the result in the output, bottom frame of Creator editor.
Is there an instruction in QML or C ++ or other that would allow me to do it? it's important for me, when something does not work. -
simple is to use the console.log(..). Show us your code on what are you doing. We will help you.