Re: QMdiArea and styleSheet
There are a couple of pending suggestions:
Re: QMdiArea and styleSheet
Quote:
Originally Posted by
jpn
There are a couple of pending suggestions:
Uhm... it seems that those links are corrupted, or point to unexisting pages...
Are they correct?
Re: QMdiArea and styleSheet
Quote:
Originally Posted by
Raccoon29
Uhm... it seems that those links are corrupted, or point to unexisting pages...
Are they correct?
It seems that the task-tracker URL had changed a little bit. It's fixed now thanks to Jacek. :)
Re: QMdiArea and styleSheet
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:
Code:
background-color: rgb(128,128,30);
color: white;
font-size: 12px;
font-weight: bold;
}
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?