How to make Unity 2D dash background blurry transparent using QT code?

link|improve this question
feedback

1 Answer

You can use the QGraphicsBlurEffect QML element applied to the background image in the dash (GnomeBackground.qml): http://doc.qt.nokia.com/4.7.1/qgraphicsblureffect.html

However this will not make the elements behind the dash blurry when using compositing (when the dash is truly transparent). That will require cooperation of the window manager.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown