当前位置:   article > 正文

12-QProgressBar

12-QProgressBar
/*******************************************QProgressBar线*************************************************************/
/*常规状态*/
QProgressBar
{
    background: #24272b;        /*背景颜色*/
    border: 0px solid #ff0000;  /*边框宽度样式及颜色*/
    border-radius: 4;           /*边框圆角半径*/
    color: #f6f5ec;             /*字体颜色*/
    margin-right: 0px;          /*右外边距*/
    text-align: center;         /*文本居中对齐*/
}
/*进度条*/
QProgressBar::chunk
{
    background: qlineargradient(x1: 0, y1: 1, x2: 1, y2: 1,
    stop: 0 #b9d28a, stop: 1 #9ACD32);    /*背景颜色,线性渐变*/
	
    border-radius: 2;       /*边框圆角半径*/
    /*width:5px;              /*每格宽度*/
    margin:0.5px;           /*间距*/
}
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/Monodyee/article/detail/264407
推荐阅读
  

闽ICP备14008679号