Hi,
I have a model that is show in a QTreeView.
Can I show a table as a QTreeView cell?
Representation:
Name Value
Parameter1 1
Parameter2 Table
Parameter3 10
It's possible to do this?
Thanks,
Hi,
I have a model that is show in a QTreeView.
Can I show a table as a QTreeView cell?
Representation:
Name Value
Parameter1 1
Parameter2 Table
Parameter3 10
It's possible to do this?
Thanks,
Òscar Llarch i Galán
I guess with delegates you can do that. You could use a QTextDocument to render the table onto the delegates painter. And yea table can be created with simple html. Hope this solution works for u![]()
Hi,
I have created my delegate derived from QItemDelegate. Then I need to derivate my delegate from QAbstractItemDelegat, right? And could then be possible to paint the table as a QTableWidget?
Thanks,
Òscar Llarch i Galán
Bookmarks