https://zhidao.baidu.com/question/111017652.html
Qt中改变QProgressBar中进度条的颜色方法如下:
QProgressBar { border: 2px solid grey; border-radius: 5px; background-color: #FFFFFF;}QProgressBar::chunk { background-color: #05B8CC; width: 20px;}QProgressBar { border: 2px solid grey; border-radius: 5px; text-align: center;}
不想显示进度条上的文字可以把文字设置透明
color: transparent