PDA

View Full Version : QMainWindow background : transparent not working with Qt4.8



jjbabu
20th November 2012, 13:20
I was setting QMainwindow background to transparent on CSS file.This was not giving any effect on my mainwindow. If i set background to red or any other color it is getting reflected on my mainwindow.

My mainwindow is transparent while i was working with the Qt4.7.1 version. after updating the qt version to 4.8 with the transparent background property i was getting black background. I was cross compiled qt4.8 to Mips and i was working on MIPS platform.

Is there any idea on this?

Thanks.