5 ms·
Qt Quick has many advantages over traditional Qt widgets: 1. It provides a simple JSON-like declarative syntax for defining UI layouts, and is quite easy to wr
by compilercreator 14y ago
Qt Quick has many advantages over traditional Qt widgets:
1. It provides a simple JSON-like declarative syntax for defining UI layouts, and is quite easy to write new layouts for different use cases (desktop, tablet, netbook etc)
2. Very easy to do animations
3. Qt Quick is fully OpenGL accelerated in Qt 5 and beyond. While this KDE release is not using Qt 5, it provides a good transition path for the future.