Pushbutton style sheet not working as expected.
Unsolved
Qt for Python
-
PyQT4
I completed my UI in designer, and converted it to a .py file using pyside. Everything worked as expected, with the exception of the buttons. Out of 10 buttons, only 3 work as expected. Each button has a style sheet(they all share the same one). The style sheet gives the button a nicer look, but also adds "hover" and "pressed" instructions that you see on just about every button ever made. The problem is, the style sheet is applied (because all buttons have the "nicer look" i mentioned, but only a random 3 will actually change states upon hovering or pressing. It should also be noted that these instructions work perfectly in designers preview.