After an event is triggered, I want to change the font of a specific tab to use a bold font, rather than non-bold.
qtabwidget.tabs[4].setFontWeight(Bold)
How to do this?
After an event is triggered, I want to change the font of a specific tab to use a bold font, rather than non-bold.
qtabwidget.tabs[4].setFontWeight(Bold)
How to do this?
Copyright © 2021 Jogjafile Inc.
One possible solution is to use a QProxyStyle: