Float in qml [Solved]
-
Yes, it's called real in QML, and is represented by qreal type in C++ (in Qt4 it equals to float for ARM, and double for PC). Or you can use double, too.
-
Nice. For future reference, here is a list of all basic types: "link":http://qt-project.org/doc/qt-4.8/qdeclarativebasictypes.html.
-
Hey Sierdzio,
let me know if you could help me out with this, http://qt-project.org/forums/viewthread/20056/