Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi All,
My Hardware is compatible to QtQuick 1.1 Is there any way to get Graph charts and progress Bar like widgets in Qt Quick 1.1
Thanks in Advance.
In Quick 1.1, you can paint items using QPainter. It seems very possible to draw whatever you need that way.
A progress bar however should be trivial to make in pure QML.