I have tree-like structure in c++ classes. It's like blocks following one another. Each block can have different number of properties unique to it. Id like to draw them as rectangles listing all of their props. But the problem is that some special blocks can have 1-2 such "chains" of other blocks inside of them. And I'd' like to draw this blocks surrounding/encompassing their "insides". Also I'd like to have and ability to edit such blocks (have access to their properties). And I can't seem to find any way to draw this model (closest thing I found that might help me is ListView + hacky way with Loader as delegate). Can anyone help me?
Bookmarks