<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Create a blurry&#x2F;transparent panel.]]></title><description><![CDATA[<p dir="auto">Hi everyone.</p>
<p dir="auto">I'm searching for a way to create something as close as possible of this:<br />
!<a href="http://jeanphilippedescamps.fr/wp-content/uploads/2013/07/ios7.controlcenter.jpg(test)" target="_blank" rel="noopener noreferrer nofollow ugc">http://jeanphilippedescamps.fr/wp-content/uploads/2013/07/ios7.controlcenter.jpg(test)</a>!</p>
<p dir="auto">I found a method for which I wrote an article on my website (<a href="http://deadbird.fr/?p=800" target="_blank" rel="noopener noreferrer nofollow ugc">http://deadbird.fr/?p=800</a> , <em>the source is available at the end of the post</em>), but I have to admin that the result is far from perfect! Basically, it's a transparent frameless window that contains a QGraphicScene. I take a snapshot of what's under the window and display it within the QGraphicScene. Then, I apply a QGraphicsBlurEffect.</p>
<p dir="auto">The result is not perfect because the whole process takes a lot of time, so the blur effect is really kinda crappy:<br />
!<a href="http://i1.wp.com/deadbird.fr/wp-content/uploads/2013/11/shot5.png?resize=300,224(test)" target="_blank" rel="noopener noreferrer nofollow ugc">http://i1.wp.com/deadbird.fr/wp-content/uploads/2013/11/shot5.png?resize=300,224(test)</a>!</p>
<p dir="auto">It's even worse the I try to move the window, the effect leave blurry trails.</p>
<p dir="auto">So I'm trying to find a better way, but nothing comes to mind :(</p>
<p dir="auto">Has someone got an idea?</p>
]]></description><link>https://forum.qt.io/topic/41264/create-a-blurry-transparent-panel</link><generator>RSS for Node</generator><lastBuildDate>Sun, 03 May 2026 12:55:25 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/41264.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 11 May 2014 20:14:19 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Create a blurry&#x2F;transparent panel. on Mon, 12 May 2014 08:31:38 GMT]]></title><description><![CDATA[<p dir="auto">Some Qt code on how to do that is "here":<a href="http://nicug.blogspot.nl/2011/03/qt-windows-7-extend-frame-into-client.html" target="_blank" rel="noopener noreferrer nofollow ugc">http://nicug.blogspot.nl/2011/03/qt-windows-7-extend-frame-into-client.html</a></p>
]]></description><link>https://forum.qt.io/post/228183</link><guid isPermaLink="true">https://forum.qt.io/post/228183</guid><dc:creator><![CDATA[andre]]></dc:creator><pubDate>Mon, 12 May 2014 08:31:38 GMT</pubDate></item><item><title><![CDATA[Reply to Create a blurry&#x2F;transparent panel. on Sun, 11 May 2014 21:47:14 GMT]]></title><description><![CDATA[<p dir="auto">What system are you on?</p>
<p dir="auto">If you are on Windows (Vista or 7), you could use the "sheet of glass" effect:<br />
<a href="http://goo.gl/NarSyy" target="_blank" rel="noopener noreferrer nofollow ugc">http://goo.gl/NarSyy</a></p>
<p dir="auto">!<a href="http://www.codeproject.com/KB/vista/textonglass/textonglass_8.png" target="_blank" rel="noopener noreferrer nofollow ugc">http://www.codeproject.com/KB/vista/textonglass/textonglass_8.png</a>(sheet of glass)!</p>
<p dir="auto">!<a href="https://camo.githubusercontent.com/0365f273ca5f473fbc3832cd2ea4519795476984/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f3437303539302f323030343932382f34346665643563302d383663392d313165332d393235332d3963316439316165393634392e706e67" target="_blank" rel="noopener noreferrer nofollow ugc">https://camo.githubusercontent.com/0365f273ca5f473fbc3832cd2ea4519795476984/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f3437303539302f323030343932382f34346665643563302d383663392d313165332d393235332d3963316439316165393634392e706e67</a>(lamexp splash screen)!</p>
<p dir="auto">__</p>
<p dir="auto">Apart from that, the "blur" effect in the lower part of your first screenshot looks like a very simple (and rather strong) Gaussian Blur to me...</p>
]]></description><link>https://forum.qt.io/post/228142</link><guid isPermaLink="true">https://forum.qt.io/post/228142</guid><dc:creator><![CDATA[MuldeR]]></dc:creator><pubDate>Sun, 11 May 2014 21:47:14 GMT</pubDate></item></channel></rss>