Hello,

i have the Problem that i want to have a custom view. Thing is, i want to display detail information of data that is held in a table. My assumption is to derive from QAbstractItemView ... but i do not know exactly how ....

Let's say we do have 6 entities. the table shows 2 of them. Now when i click the "row number" (some QHeaderView thing) i want to open a window that displays all 6 entities using QLabel componets.

So i did the layout using designer, and am trying to subclass QAbstractItemView. But i do receive lot of "No such slots" errors. Has anyone an idea/pointer/code example on how such things are done?