Oh yes, now it's ok 
...but it seems that there is no solution at the moment... sad 
We'll wait for that "some future release" (I fear that it is going to take a looong time...)
In the task tracker those are posted as "suggestions", but I would talk of them as bugs...
Have you ever tried to apply a style to the application like:
background-color: rgb(128,128,30);
color: white;
font-size: 12px;
font-weight: bold;
}
QWidget {
background-color: rgb(128,128,30);
color: white;
font-size: 12px;
font-weight: bold;
}
To copy to clipboard, switch view to plain text mode
when is implemented a MDI system?
I did and the result is a colorfull application, that has QMdiArea ever gray, everything else olive and (here is the point) the QMdiSubWindow s background transparent! That is you can overlap two windows and you can see both of them... maybe a CSS style could fix, but Qt CSS doesn't support QMdiArea (and "children") style...
What do you think about that?
Bookmarks