I've solved it.
I don't think this is the best way, but it works.
As I noticed that when I draw a background on the widgets, the Whole background was not draw on them, I've set a transparent background image for the widgets and It does the trick.
Qt Code:
wi->setStyleSheet("background-image: url(/home/asier/transparent.png)");To copy to clipboard, switch view to plain text mode
Now I've to adapt it to a more complex widget. That at the first try does not work. But I hope, it will.
If you have any other idea for doing this, please tell me.
Thanks
Bookmarks