当前位置:   article > 正文

Qt CSS 按键样式设计-选中,按下动画效果_qt按钮按下炫酷动画效果

qt按钮按下炫酷动画效果
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);
}

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/Gausst松鼠会/article/detail/297266
推荐阅读
相关标签
  

闽ICP备14008679号