以下是一个简单但好看的ProgressBar的QSS样式:

QProgressBar { border: none; background: #f0f0f0; height: 10px; text-align: center; }

QProgressBar::chunk { background: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 0, stop: 0 #6dd5fa, stop: 0.4 #2980b9, stop: 0.5 #2980b9, stop: 1.0 #6dd5fa); width: 10px; }

这个样式使用了一个线性渐变背景,颜色从深蓝色到浅蓝色,看起来非常漂亮。你可以根据需要调整颜色和其他属性来定制你自己的ProgressBar样式。

好看的progressBar qss

原文地址: http://www.cveoy.top/t/topic/h9PA 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录