PDA

View Full Version : what`s the widget called the Qt ui designer uses as "widget box"?



tuli
27th November 2012, 10:06
Hi,

THe "widget box" of the Qt UI designer has a nice container-style for storing object (in this case, grouped widgets). Single groups can be expanded/collapsed by clicking the "+"/"-" on the top bar.


[+]Layouts
vertical layout
horizontal layout
...


what`s this widget callled? I want one like that, too! :)

wysota
27th November 2012, 10:47
It's QTreeView, as far as I remember.