I'm facing a problem, I cant change the backgroun from a qt window. I can change the background of my MainWindow and all the other widgets but when I try to do that in another window it dont change. I'm using the same image for all the widgets and windows so the location is not the problem.
I'm using qt designer with stylesheet and visual Studio 2013. One thing that is weird is that in the QtDesigner the MainWindow background is not visible until I compile and run everything but in the other windows the background is visible but when I compile is gonne.
I already try by code but the same result.
Any help?