Posted Sep 2, 2012 0:36 UTC (Sun) by reddit (guest, #86331)
Parent article: Qt5 beta released
Why not just use HTML5 with extensions as the interface, rather than imitating it with QML, a canvas that "Supports most of the HTML5 context2d APIs", Javascript support, etc.?
After all, HTML is the only UI API that enjoys universal support, and will continue to be in use with full backward compatibility forever.
Posted Sep 2, 2012 5:55 UTC (Sun) by butlerm (subscriber, #13312)
[Link]
>HTML is the only UI API that enjoys universal support
HTML is a bit of a joke precisely because approximately nothing enjoys universal support. If a new feature is introduced, if you are lucky a decade later you might be able to rely on it. Until then, you more likely will have to write custom code for three or more major mutually incompatible implementations.
Qt5 beta released
Posted Sep 3, 2012 10:30 UTC (Mon) by ekj (guest, #1524)
[Link]
Yeah. Hard to avoid that when there's several completely independent implementations though. It's not as if (say) all SQL-servers are 100% compatible drop-in-replacements for eachother either. (particularly not if you use the "new and exciting" stuff)