Relative Content

Tag Archive for c++qtqmlcoordinates

Passing coordinate value from c++ to qml

I am passing the coordinate value from c++ to qml and assigning that value to coordinate type in qml. But when i tried to print the coordinate value nothing is printed. when i tried to print the passed value through console.log i am able to see the value. What am i missing?