Re: [Maya-Python] Maya and PyQt - Checkboxes are not displaying correctly for QMenus/QActions..

2019-05-03 Thread Justin Israel
On Sat, May 4, 2019, 6:19 AM Marcus Ottosson wrote: > Yes, I’ve seen this too. Using CSS, some widgets require that you > re-define not just individual elements, but the entirety of the widget and > all of its children. So what’s happened here is that all elements of the > menu forgot about any

Re: [Maya-Python] Maya and PyQt - Checkboxes are not displaying correctly for QMenus/QActions..

2019-05-03 Thread Marcus Ottosson
Yes, I’ve seen this too. Using CSS, some widgets require that you re-define not just individual elements, but the entirety of the widget and all of its children. So what’s happened here is that all elements of the menu forgot about any default styling as soon as you apply a stylesheet to the

[Maya-Python] Maya and PyQt - Checkboxes are not displaying correctly for QMenus/QActions..

2019-05-03 Thread kiteh
Hi all, I am trying to implement a right-arrow in my QMenus and as soon as I did that, it seems to have screw up my checkboxes? https://media.giphy.com/media/W0cTSdMJ0f0xDq7Xx9/giphy.gif The checkboxes you are seeing in the gif are actually QAction objects. Wondering if anyone has experience