Hey all,

Would it be possible to catch the event of a tab being moved in a QTabWidget?

Lets say, in a horrible example, we have 5 tabs. I dynamically change the tab text to include "1 - ", "2 - " etc for all the tabs in their current order. If the user moves a tab, would it be possible to catch that, and rename all the tabs so the number order is still correct?

If I try this using the 'currentChanged' signal, I believe the index is being changed and thus causes a nasty crash.