In Qt and C++, is it possible to place a QWidget next to the tabs of a QTabWidget?
To clarify what I mean the following picture:
The red rectangle in this picture belongs to QTabWidget, but is not used because all the tabs are small enough to not need it. Would it be possible to place another QWidget here?