Quote Originally Posted by kemp View Post
Thank you for your answer.I also thought about that but the problem is that i need to have joust one view.
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.