Re: Retrieve the colours used by Qt to render a frame of StyledPanel shape
My main point is that you can't get an OS agnostic consistent look (I don't think the theme draws such one pixel lines anywhere), so there is a question if it is worth trying at all.
Re: Retrieve the colours used by Qt to render a frame of StyledPanel shape
Quote:
Originally Posted by
wysota
My main point is that you can't get an OS agnostic consistent look (I don't think the theme draws such one pixel lines anywhere), so there is a question if it is worth trying at all.
I agree with your statement in general, but it happens that what I did looks good on Windows, Linux and Mac OS X, so...
Otherwise, the theme does draw one pixel lines (or frames rather). This is, in fact, the reason I decided to do the same for my derived widget.
Re: Retrieve the colours used by Qt to render a frame of StyledPanel shape
Quote:
Originally Posted by
agarny
I agree with your statement in general, but it happens that what I did looks good on Windows, Linux and Mac OS X, so...
On your Windows, your Linux, your MacOS X configurations.
If that's fine with you then ok just bear in mind people have different configurations of their systems and something that looks good on your system doesn't have to look good on mine.
Re: Retrieve the colours used by Qt to render a frame of StyledPanel shape
Quote:
Originally Posted by
wysota
On your Windows, your Linux, your MacOS X configurations.
If that's fine with you then ok just bear in mind people have different configurations of their systems and something that looks good on your system doesn't have to look good on mine.
Very true and this is why I am ready to revert things, if ever needed.