<div dir="ltr">Hello<div>This is my code:</div><div>self.lista_progress[a].setMaximum(100)<br>self.lista_progress[a].setValue(int(v))<br>self.lista_progress[a].setStyleSheet("QProgressBar {background-color: black;}")<br>self.lista_progress[a].setStyleSheet("QProgressBar::chunk {background-color: green;}")<br></div><div><br></div><div>Where self.lista_progress is a list of progressbar , but only the line</div><div>self.lista_progress[a].setStyleSheet("QProgressBar::chunk {background-color: green;}")<br></div><div>work</div><div>the line</div><div>self.lista_progress[a].setStyleSheet("QProgressBar {background-color: black;}")<br></div><div>don't make anything</div><div>What is wrong</div></div>