Thanks for the interest. I hope this does a better job of explaining what I'm going for:

The banner acts as a label that is spread across a set of grouped items. So if items 1-3 are in group one, and items 4-6 are in group two, each
group has its own "banner" with text that would say something like "group 1". I was thinking of making a QLabel that would have the same width
as the sum of the 3 items and placing the label on top of all the grouped items, but I wasn't sure if this would be a good idea, since if a group is
split the label must carry on to a new row.

[Text describing group one] [Text de
[Item 1] [item 2] [item 3] ] [Item 4]

scribing group two]
[item 5] [item 6]