Hi,
I'm a Qt beginner, and I was wondering how to display a certain type of widget. I have a photo from the Qt designer of an expandable tree where sub-objects can have values or combo boxes associated with them. It looks like this:


Is there a widget (or a combination of widgets) of do this? It's also similar to the properties menu you get in Qt's Visual Studio integration.

So far I've been able to make trees with sub-objects and values associated with sub-objects, but none with combo boxes.

Thanks,
Al