Does anybody know of any MDD, DDD or Naked Objects framework for Qt?
-
Does anybody know of any Model-Driven Development tool, any Data-Driven Development tool or any Naked Objects tool for Qt (C++, Python or Ruby-based), put aside the not-yet-released "Typical Objects" by Alexey Morozov (see: http://www.typicsoft.com/en/Products/Typical-Objects-for-Cxx.html )?
(Have a look to the Java Sanssouci framework for a better understanding, as well: http://freshmeat.net/projects/sanssouci ).
BTW: Yes, I'm aware of the (very fine) data-aware widgets supplied by Qt since a long time and of its (very clean) Model/View framework. I'm just looking for something newer.
Thanks
Edit: corrected links (Gerolf), for future, please use the link feature of the forum (link button on the top)
-
There was a project a while back to revise the model/view framework called "itemviews-ng":http://qt.gitorious.org/qt-labs/itemviews-ng. I'm not sure of it's current status (last commit was april 2010), but if you're into experimental stuff, this might just be your lucky day :).