I want the application will remain on desktop when win+d pressed,and it is translucent.
SetParent(w.winId(),desktopHwnd) can make Widget stay on desktop but if I use this function setWindowOpacity() won’t work.
How can i do it?
↧