'How can I change a QLABEL in real time with PyQt

I'm creating a small macro recorder and I can't replicate the real-time coordinates in the QLabel, would anyone know how to do this?

*self.findcoordsbutton.clicked.connect(self.get_coords)

self.CoordsGeradas.setText(?what do i put here?)*

print



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source