Hacker News new | ask | show | jobs
by api 3016 days ago
That's QML, which isn't that different from a browser rendering engine. I'm talking about an actual native UI implemented in native code, not a weird quasi-browser. Of course Qt itself also has quasi-browser features like its style sheet widget styling stuff. If we're going there, why not just use HTML5/JS which has a million billion times more support?

Also C++ is not really the best option. I code systems software in C++ but for UI dev it's not quite productive enough. I've worked with large Qt code bases before and no thanks. I suppose if they've modernized it and incorporated C++11 features it might be more bearable, but in the past it was a pretty awful mess of raw pointers and ownership semantics bugs and very very long compile times.

1 comments

Aren't good old QtWidgets supported just fine on Android and iOS, just like they were on Maemo and even Symbian?
Even if this were true it would look and feel horrible like old Windows Mobile with its tiny start menu and desktop apps you had to peck at with a stylus.
As a heavy user of QtWidgets (and GTK+, FWIW) apps on Maemo even today, I can say that's entirely not true.