A delegate is responsible for drawing and editing a single cell. The delegate is given the bounds of the screen space it is to occupy and has no way to merge with the cell next to it.
A delegate can use the content of several model indexes, say two columns from the same row, or several model roles to determine what to render into the single cell space it has.
Bookmarks