Hello there,

I want to create own event, there is a real button and get "1","0" signal from it. If push the button, i will get signal 1 and then i will change text color. How can i do that

This problem seems like basic but how can i check real button's state continuously? i need to create event like pushButton.clicked.connect(). it will work only when the actual button is pressed.