Quote Originally Posted by wysota View Post
What would you use widgets for?
...
A plain widget? No. But using QGraphicsView is an option.
well, after all it would be nice to be able to use widgets, since the look should be similar to a QTableView (with one column, but the rows should contain the items), what could be achieved with a few basic widgets.
rendering everything myself seems like a daunting task - esp. since i've never done that in Qt