Hello Qt Devs, I have a pretty hard problem, that is: I have multiple tabs from QTabWidgets and each tab has its own qlistwidget for displaying items. What I want to achieve is a tab blink whenever an item gets dropped into its child widgets. I know the signal is rowsInserted and would like to ask a slot function and should I need subclassing QTabWidget and QTabBar?