python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Qt Python - in a list of buttons change color of all buttons up until the one that was clicked
I have a list of Qt buttons like this: self.buttons = [button1, button2, button3]
When one is clicked, I want all the buttons that come before the one that was clicked in the list to change their colo...

Tolga Poyraz
Votes: 0
Answers: 1
Slot method called in the wrong thread (pyqt)
This class suppose to handle a long task in a separate thread.
Despite moving my object to a new thread, and using queued connection, the signal is handled at the main gui thread instead of self.thre...
eyal0931
Votes: 0
Answers: 0