QMdiarea 的 tabBar 的宽度怎么修改
我在qss里面设置tabbar的样式后,QMdiarea中的tabbar 的宽度修改不了,见图图片:
qss: QTabBar::tab {
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #E1E1E1, stop: 0.4 #DDDDDD,
stop: 0.5 #D8D8D8, stop: 1.0 #D3D3D3);
border: 2px solid #C4C4C3;
border-bottom-color: #C2C7CB; /* same as the pane color */
border-top-left-radius: 4px;
border-top-right-radius: 4px;
min-width: 8ex;
padding: 2px;
width:100px;
}
页:
[1]