[Qt-interest] UML tool for Qt classes

Andrea Franceschini therealmorpheu5 at gmail.com
Fri Mar 27 14:58:47 CET 2009


Hello,

I'm beginning to have many classes and for some of them I also use the
facilities like Q_PROPERTY. I'm mainly working with Eclipse, using
Integration-1.5.0 (just upgraded) and I was wondering if you know of
any tool to graphically prototype classes like in UML and then have it
incrementally scaffold them into C++/Qt code -- and by "incrementally"
I mean that if I want to add a property after the initial generation
of the code, then the tool should be able to add it to the code
generating, for example, the variable member and the get/set functions
and also, if necessary, generating the appropriate Q_PROPERTY line and
so on and so forth.

I'm not really a big fan of huge and fat UML software -- mainly
because most of the time these softwares simply misunderstand UML's
purposes -- but I'm beginning to realize that sometimes it may be nice
to have a helping hand.

-- 
Andrea



More information about the Qt-interest-old mailing list