Thank you for your answer.I also thought about that but the problem is that i need to have joust one view.
Thank you for your answer.I also thought about that but the problem is that i need to have joust one view.
Maybe you could try making your own model which will be mapping data from second treeview to indices begining from third column. I guess it'll solve scrolling and expanding problem.
Last edited by zatoichi; 26th January 2009 at 22:20.
QTreeView doesn't support two independent sets of columns and two independent sets of rows which is what you want. So either you will use two trees and make them look like one (which is possible) or you'll have to implement your own view based on QAbstractItemView.
Thank you for your answer. I will try.
Bookmarks