QPushButton{
alternate-background-color: rgb(21, 40, 127);
border-radius: 10px;
border:2px solid;
height:30px;
font: 10pt "Arial";
background-color: rgb(56, 75, 162);
color: rgb(255, 249, 244);
}
QPushButton::hover {
background-color: rgb(177, 211, 241);
color: white;
font: 75 9pt "Arial";
}
、、
QPushButton:pressed {
background-color: rgb(224, 0, 0);
border-style: inset;
}
.QPushButton::disabled {
opacity: 0.5;
cursor: not-allowed;
background-color: rgb(186, 186, 186);
}
Qt CSS 按键样式设计-选中,按下动画效果
最新推荐文章于 2024-08-31 12:33:03 发布