Re: [Interest] Probable Qt bug in widgets display

2016-04-20 Thread Etienne Sandré-Chardonnal
Good news, I have a MCVE and precise conditions to trigger the bug with 100% success on my machine. You need a QMainWindow, a custom application wide dark QPalette, a custom stylesheet "QMainWindow { background: palette(base); }" 1) Launch the application on a machine (via RDP or locally) 2) Conn

Re: [Interest] Probable Qt bug in widgets display

2016-04-20 Thread Bo Thorsen
Den 20-04-2016 kl. 10:56 skrev Etienne Sandré-Chardonnal: Here are two screenshots: Normal display : http://www.eclat-digital.com/downloads/qtbug-normal.png Bugged display : http://www.eclat-digital.com/downloads/qtbug-issue.png This looks like a paint bug to me. The best way forward for you i

Re: [Interest] Probable Qt bug in widgets display

2016-04-20 Thread Etienne Sandré-Chardonnal
Here are two screenshots: Normal display : http://www.eclat-digital.com/downloads/qtbug-normal.png Bugged display : http://www.eclat-digital.com/downloads/qtbug-issue.png It seems this also happens with windows RDP sessions. Thanks, Etienne 2016-04-19 14:20 GMT+02:00 Etienne Sandré-Chardonnal

[Interest] Probable Qt bug in widgets display

2016-04-19 Thread Etienne Sandré-Chardonnal
Dear all, I have what seems to be a Qt bug in a desktop application. I'm using Qt 5.4.1 under windows, compiled with minGW. My application is based on a QMainWindow with toolboxes, status bar, and a tabbed central area. I use the Fusion style, redefined all the palette with QApplication::setPalet