好看的QProgress QSS样式 - PyQt 进度条美化
以下是一个好看的QProgress的QSS样式:\n\nQProgress {\n\tborder: none;\n\ttext-align: center;\n\tbackground-color: #f2f2f2;\n}\n\nQProgress::chunk {\n\tbackground-color: #337ab7;\n\twidth: 20px;\n\tmargin: 0px;\n}\n\nQProgress::chunk:disabled {\n\tbackground-color: #e3e3e3;\n}\n\nQProgress::chunk:active {\n\tbackground-color: #286090;\n}\n\nQProgress::chunk:hover {\n\tbackground-color: #286090;\n}\n\nQProgress::chunk:selected {\n\tbackground-color: #286090;\n}\n\nQProgress::chunk:checked {\n\tbackground-color: #286090;\n}\n\nQProgress::chunk:pressed {\n\tbackground-color: #286090;\n}
原文地址: https://www.cveoy.top/t/topic/pSBs 著作权归作者所有。请勿转载和采集!