开发者

Represent QTabWidget's tab text in Qt StyleSheet file?

开发者 https://www.devze.com 2023-04-09 21:05 出处:网络
How can i set the font size of 开发者_开发知识库the tab text for a QTabWidget , with Qt\'s StyleSheet file ?

How can i set the font size of 开发者_开发知识库the tab text for a QTabWidget , with Qt's StyleSheet file ? I just don't know "what" widget is that

QTabWidget { font: 10pt; } 

wasn't helping.


It's QTabBar.

Have a look at the Customizing QTabWidget and QTabBar docs for info.

This is how to set its font size:

QTabBar::tab { font: 10pt }
0

精彩评论

暂无评论...
验证码 换一张
取 消