QSlider
{
border-style:outset;
border-radius:10px;
height:25px;
background-color:#142f54;
}
QSlider::groove:horizontal
{
height:12px;
background:rgb(142,139,130);
border-radius:6px;
margin:2px 0;
}
QSlider::handle:horizontal
{
background-color:rgb(158,158,158);
width:16px;
height:16px;
border-radius:11px;
margin:-5px 6px -5px 6px;
border:3px solid rgb(255,255,255);
}
QSlider::sub-page:horizontal
{
background-color:#00ae9d;
border-radius:11px;
margin:5px;
border-radius:5px;
}
QSlider::handle:horizontal:!enabled
{
background-color:rgb(120,120,120);
width:16px;
height:16px;
border-radius:11px;
margin:-5px 6px -5px 6px;
border:3px solid rgb(120,120,120);
}
QSlider样式表设置
最新推荐文章于 2025-03-22 13:20:37 发布