Apr-02-2022, 06:31 PM
(This post was last modified: Apr-02-2022, 06:31 PM by Axel_Erfurt.)
QT uses camelCase, use setText and self
self.btn7 = QPushButton("mm/s: 10.1")
self.btn7.setText(str(max(g_data)))