Posted Dec 10, 2009 11:25 UTC (Thu) by bo (subscriber, #56215)
Parent article: A look at Qt 4.6
From the perspective of someone who uses Qt for work, one of the cooler (read: timesaving) features introduced by 4.6 is the XML Schema validation.
No more writing code to handle missing tags or porly formed data, simply run it through QXMLSchemaValidator's validate() :)
Posted Dec 11, 2009 13:52 UTC (Fri) by cventers (subscriber, #31465)
[Link]
That's cool. I use Qt professionally as well, and I'm continually stunned by how much better the toolkit gets with every release. I like it so well that it distracts me from how much I prefer C over C++.