View Single Post
Posts: 3,464 | Thanked: 5,107 times | Joined on Feb 2010 @ Gothenburg in Sweden
#24
Originally Posted by xerxes2 View Post
This is exactly what I mean. You should be able to use all of Qt without QML. QML should be optional, use it if you want but it shouldn't be forced. It'll just add bloat and slow your app down. This just sounds like a crazy move from Nokia to not make QML optional.
I am not sure QML is slower than QtWidgets on handset. Why do you think that?

Maybe if you use alot of Javascript but again we can still use C++ for most stuff if we prefer that.