I need to display image(s) in a popup frame at a position when mouse hovers at that position in my main window.

My idea is to create QPixmaps from image file---->put them in QListView using MVC ---->add the listview to QFrame. Is it correct strategy?

How can I make sure that popup frame is displayed at the position where mouse is hovering?


Regards,
Tariq