<?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[How to Implement Acrylic Effect in Qt UI?]]></title><description><![CDATA[<p dir="auto">I'm trying to apply an acrylic effect to the background of my window in a Qt application running on Windows 10.<br />
Has anyone successfully implemented an acrylic effect using QGraphicsEffect, OpenGL, or any other method in Qt? If so, could you please share how you approached this, or point me to any useful resources or examples?</p>
]]></description><link>https://forum.qt.io/topic/161715/how-to-implement-acrylic-effect-in-qt-ui</link><generator>RSS for Node</generator><lastBuildDate>Sun, 14 Jun 2026 22:03:37 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/161715.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 08 Apr 2025 11:35:48 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to Implement Acrylic Effect in Qt UI? on Wed, 09 Apr 2025 17:02:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/froxy">@<bdi>froxy</bdi></a></p>
<p dir="auto">IIRC there was a similar post + solution few years ago here in the forum... Maybe you are able to find it via search function.</p>
]]></description><link>https://forum.qt.io/post/824330</link><guid isPermaLink="true">https://forum.qt.io/post/824330</guid><dc:creator><![CDATA[Pl45m4]]></dc:creator><pubDate>Wed, 09 Apr 2025 17:02:22 GMT</pubDate></item><item><title><![CDATA[Reply to How to Implement Acrylic Effect in Qt UI? on Wed, 09 Apr 2025 06:49:23 GMT]]></title><description><![CDATA[<p dir="auto">The acrylic effect will show some of the color of what is behind your widget. There is not much you can do on Qt's side to get that background. Otherwise you could just set a background image with the acrylic effect.</p>
<p dir="auto">Instead, you need to get the native window handle from a Qt widget and use the Windows API to apply the acrylic effect.</p>
]]></description><link>https://forum.qt.io/post/824282</link><guid isPermaLink="true">https://forum.qt.io/post/824282</guid><dc:creator><![CDATA[SimonSchroeder]]></dc:creator><pubDate>Wed, 09 Apr 2025 06:49:23 GMT</pubDate></item></channel></rss>