Hello everyone,
I am new to QT, and have found it quite an impressive framework. I am trying to style a QToolBox widget so the tab is not in the middle. I've looked at the docs and API, yet there are no examples showing what props I can set with CSS. I saw there was a QStyleOptionToolBox class that allows me to set such a property (tabPosition), but there are no examples of usage.

Thanks in advance!