qtcreator beta UML Modelling question
Unsolved
Qt Creator and other tools
-
I can see that you can show inheritance and depends on etc between classes. How do you show something like this.
class item {
item *next;
int data;
...
};
class itemlist {
Item *list;
...
}Will it be possible to generate code from UML? (I'm having a hard time understanding any use case for this functionality, but I know it's been around for decades so it MUST be useful.)
-
Hi,
Are you referring to that module ?