Hi all,
I have an application which is written in C# and uses the Control called ListView. Please refer to the attacheded picture to see what I am talking about.
Now I need to implement the same behaviour in Qt code, and I am trying to find the best implementation solution.
Here comes my following questions:
1. Should I use the Model/View framework (I haven't used this and I would take me a while to implement it, but maybe it would worth it)?
2. Should I use the QTree* family or the QTable* one? For example, I could use a QTreeWidget and call setRootIsDecorated(false) on it.
3. It seems easier to implement the Model Class on a QTableView than on a QTreeView. Am I right here?
What would be the best way to go?
Thanks in advance for any advice.
Regards,
Wladek
Bookmarks