Your cents are always very valuable so it's not to late.
I'll have a look at the standard item.
Do you have any cents on how you put different objects in the tree?
It could look like this
Should I put generic elements like thisQt Code:
A | +-B +-D | +-D +-B +-D | +-E +-B | +-C +-F | +-F +-C +-FTo copy to clipboard, switch view to plain text mode
Node
{
int type; // A,B,C,D,E,
baseclass* obj; // pointer to either A,B,C,D,E,F object
}
Or how do you do this?![]()
Bookmarks