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
QT widgets, rounded selected corner only
I can set a QT QPushButton to rounded button by setting "border-radius" in style sheet, however i just want to set only the right edge (top and bottom right) corner of the button to rounded....
curiousJorgeXX
Votes: 0
Answers: 1