We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68dd3ab commit a229c21Copy full SHA for a229c21
ProgressBarCircular con ardino/main.py
@@ -62,7 +62,6 @@ def progressbar(self):
62
nuevo_estilo = estilo.replace('{stop1}', stop1).replace('{stop2}', stop2)
63
self.ui.voltaje.setText(str(self.nivel))
64
self.ui.progressbar.setStyleSheet(nuevo_estilo)
65
-
66
if __name__ == "__main__":
67
app = QtWidgets.QApplication(sys.argv)
68
mi_app = MiApp()
0 commit comments