In my quest to create something like this: https://vimeo.com/110260781

I have an object, a boxLayout, with a few widgets inside- a label, that acts as a image player, a label that shows the frame count, and a slider. I have interactivity setup just like the video where I have mouse over events and timeline start and stop functions.

First of, which should I use? QlistWidget or QtableWidget? or is there something more appropriate for this case?

secondly, how would I go about implementing something like this? How do I add my template/boxLayout to each cell of the table.

Thank You!