Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to setup transparency for sidebar, folderview, button, list... #10

Open
Martix opened this issue Dec 27, 2013 · 2 comments
Open

Comments

@Martix
Copy link

Martix commented Dec 27, 2013

Unable to setup transparency for sidebar, folderview, buttons, lists, text fields using qtcurve. See screenshots with red marked areas/widgets.

Dolphin:
dolphin

SystemSettings:
systemsettings

@yuyichao
Copy link
Member

I'm not really sure if it is possible to make all of them transparent properly.
One of the reason is that not all of them are drawn by QtCurve and therefore it will be drawn on top of the background even if I set some transparent colors in the palettle used by the application (i.e. if you draw a opacity=50% on another opacity=50%, the final opacity will be 75%.)
Some of them (e.g. buttons, menu/menubar buttons AFAIK) are indeed drawn by the style. For these, I can probably add an option (once I'm ready for that) to enable transparent background for them although I still need to make sure I do not draw all the way through if they are in a MdiSubWindow.

P.S. if you want to get a screen shot with translucent background effect, you can use any of "Full Screen", "Rectangular Region", "Freehand Region", or "Section of Window" mode of ksnapshot. (basically anything other than window under cursor works)

P.P.S. This repo will not be updated anymore. All development are in the merged repo right now. Please report issues to that one in the future.

@yuyichao
Copy link
Member

P.P.P.S. if you just want everything to be transparent, you can use the kwin rule to set opacity. It will not automatically add blur background though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants