I have to confess myself as a newbie to Qt, esp. Qt5 Quick. The motivation for me to try Qt5 Quick for my application is that I want to build such an aplication:windows
In fact I used QML for the prototype design of my application. Around it I quickly found it not a good solution for my own work.app
Some common controls are not available, such as Dockwidgets.ide
I have to bind C++ with QML together for the whole work. But if I consider to plot some data quickly, few open source choices in the QML world yet. Finally I tried QChart.js. It does work as I want for ploting curves. But in the future when I want to deal with huge data, I have some doubt in its speed yet.ui
Qt5 Widget, but not QML-based Quick.prototype