setStyleSheet(
                              "QProgressBar{border:1px solid #FFFFFF;"
                              "height:30;"
                              "background:grey;"
                              "text-align:right;"
                              "color:rgb(255,255,255);"
                              "border-radius:0px;}"

                              "QProgressBar::chunk{"
                              "border-radius:5px;"    // 斑马线圆角
                              "border:1px solid black;" // 黑边,默认无边
                              "background-color:white;"
                              "width:8px;margin:0.5px;}" // 宽度和间距
                              );

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-28
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-24
  • 2022-12-23
  • 2022-12-23
  • 2022-01-27
  • 2021-07-09
相关资源
相似解决方案