Can you draw a sketch, or explain in detail what kind of widget you want to achieve.
A table with buttons isn't very difficult to create.
If you can't achieve what you want with just composing some widgets, then you need to subclass a widget.
The abstract model/view classes are ideal to display all kinds of data, but it will take you some effort to do all the painting and data handling.
Or you could use the QGraphicsView/Scene/Items.
But if you could explain in more detail what kind of data you want to show, and how you want to show it, it might be easier to give a more correct answer I think.
Bookmarks