To view parent comment, click here.
To read all comments associated with this story, please click here.
How is this inaccurate ?
http://labs.qt.nokia.com/2011/05/09/thoughts-about-qt-5/
A working OpenGL implementation will be required for Qt 5+ software to run. Knowing the fantastic performance of software OpenGL emulation and the new focus on shiny animations and touchscreen gestures, it is likely that a GPU with working drivers will be required for future Qt software to run properly. Fun times for Linux users with recent graphics hardware...
This article also explicitly states that QML + Javascript is the future, and that they expect you to only use C++ for application logic, or even not at all.
I am the first to hope that this madness will cease before it has gone too far, as I like Qt 4 as a framework and it saddens me to see it take that direction.
Edited 2011-12-21 18:04 UTC
No they are not deprecated. They are considered complete and mature by Nokia. And while it is true that Nokia is not going to take care of the maintenance, and/or of future development, if there is enough interest, developers can and will contribute. There is still a lot of interest by other companies (especially from the industrial world) to keep funding the development of the C++ widgets for years to come, and also from the KDE and open source side. Also, note that QWidgets and QML share a lot of things in common (like the graphic stack), and one of the main reason of Qt5 is to cleanly split QWidgets, QML and the common stuff.





Member since:
2007-08-03
It's anticipated that the transition from Qt4 to Qt5 will be much, much less painful: apparently, the vast majority of changes will still be source-compatible.