Hi,
I would know if it's possible to stop mouse event from one QWidget, it's to stop mouse event from QTabBar to have this tab bar updated correctly.
The problem is one tab is removed in the mouse move event and sometimes it doesn't update the tab bar correctly until mouse release event is called.
Sometimes another tab is moving until mouse release event is called, maybe the next tab.
I have to say the removed tab is the clicked tab and it was moving before removed.
Basically, it's a tab window like Chrome.
How to solve the issue ?
Thanks for the help