QTabWidget: having currentChanged() signal at drop time, not a drag time
-
Hello,
I'm using QTabWidget in the context of a cross platform application.
I need to have the moveable tab feature enabled and I'm observing a different behavior between Windows & MacOS.On MacOS (application's style set to 'macOS'), the currentChanged() signal is emitted once a tab is dropped (mouse released) on its new position, while on Windows (app style set to 'Windows") this signal is emitted as soon as the tab is clicked. Note on MacOS this is the same if app style is set to 'Fusion'.
I would like to always have this signal emitted when the tab is dropped. Any suggestions?
Many thanks for your help.