I wonder if it's possible to change the cursor of the selected tab of a QTabWidget
. I mean : I would like to have an arrow for the selected tab and the "hand" for the others. I was able to set the "hand" for the 4 tabs of the widget, but not individually.
Can I do that?
Thanks
---EDIT---
I have access to the QTabBar
of the QTabWidget