Pushing the button starts 100 rounds cycle. With QLabel.setText() we update self.label from inside of scope of clicked() function.
QLabel.setText()
self.label
clicked()
Declare the progress bar as:
self.progressbar = ProgressBar(self)