tags:

views:

861

answers:

3
+3  A: 

QTreeView or QTableView. Do all (ok, most) of the heavy lifting with a specialized model that handles all of your type restrictions and what-not. Check out delegates as well.

Steve S
+2  A: 
Eugene
You mean that's part of the Qt Designer program? Which is open source? Not sure I want to dig through such a massive program. I just need a simple example to look at >.<
Mark
+4  A: 

Yeah... see, I almost killed myself for nothing. Qt actually does have a class for this.

Mark
But how the heck do I get it?? :( Doesn't seem to come bundled with Qt, must DL it as an extension or something?
Mark
Ah -- http://qt.nokia.com/products/appdev/add-on-products/catalog/4/Widgets/qtpropertybrowser/
Mark
Have you able to compile it successfully?http://stackoverflow.com/questions/1760447/compilation-of-qt-property-browser
Yan Cheng CHEOK