How to set only one tab in a QTabWidget as not moveable in Qt?

Viewed 1463

I need to set only one tab in a QTabWidget as not moveable. I cannot find a way to do this. Also in Qt designer you can only (un)check "moveable", but this doesn't work for just one specific tab.

1 Answers
Related