Hello,

I'm experiencing some visual issues on Qt4.5 with QLineEdit and QSpinBox, this only on MacOSX, on windows it works great.
As soon as I apply a style sheet, in my case a background image for my container widget, the selection gets confused and no text is shown even if I type. And once I select an other field, then the text wrote before appears.
It does the same with SpinBox, the text is not updated when I click on the arrow, but once I select an other field, the text appears.

It doesn't come from my code since I'm using QtDesigner for the form design. As soon as I delete the style, the selection works.

I've try to figure out what is the reason of this, I guess it is some issues with the transparency and macstyle.

I hope someone already experienced this problem and can help me fixing it!

Thanks for your help,

Boris