/********************************************QTabWidget*********************************************************/
/*标签栏*/
QTabWidget::pane { /* The tab widget frame */
border-top: 2px solid #00C2C7CB;
position: absolute;
top: 10px;
background: #2d2f33;
}
QTabWidget::tab-bar {
alignment: center;
}
QTabBar::tab {
background: #282a2e;
border: 2px solid #3c3e42;
min-width: 10px;
padding-left:20px;
padding-right:20px;
padding-top:5px;
padding-bottom:5px;
color:#686a6e;
}
/*鼠标悬浮*/
QTabBar::tab:selected, QTabBar::tab:hover {
background: #3a3a3f;
}
/*选中*/
QTabBar::tab:selected {
border-color: #3a3a3f;
color:#dcdde4;
border-bottom-color: #00C2C7CB;
}
17-QTabWidget
最新推荐文章于 2025-04-16 07:30:00 发布