Re: problem of opacity for textLabel
What for? Maybe you could explain what do you intend to do with it.
i explique:
:confused:
i need the color transparense
because:
-when the user move some widgets(herits from Qframe or qlabel) by the cursor;
the upper widget must be transparent ansd dont has the color of his parent,
just the color of background will be transparent....
i hope that u will understand the problem
My regards!:rolleyes:
Re: problem of opacity for textLabel
Quote:
Originally Posted by Stephano
-when the user move some widgets(herits from Qframe or qlabel) by the cursor;
the upper widget must be transparent ansd dont has the color of his parent,
just the color of background will be transparent....
Then maybe you need QCanvas? If not, then try the first method from the article I mentioned earlier (i.e. "You can use QPainter::redirect() and then call the parent widget's paintEvent() to have the parent draw itself onto the widget's background directly.").