PDA

View Full Version : QTreeView inside QTableView



y.s.bisht
22nd January 2012, 11:12
Hi All,

I am stuck with a problem, I want to have a QTreeView like structure in second column.

I thought of implementing QTreeview inside QTableView, however I think there should be some way to achieve the same effect using QTreeView also.

7301
This I achieved by drag drop of column, can it be done programatically?

Thanks in adavance

wysota
22nd January 2012, 11:28
Try using QHeaderView::moveSection().