<?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[Transparency of metallic push-buttons]]></title><description><![CDATA[<p dir="auto">I found that the way to adjust the transparency of a push button is by</p>
<pre><code>button-&gt;setStyleSheet("background-color: rgba(230, 230, 230, 85%);" );
</code></pre>
<p dir="auto">where 85% would correspond to the desired transparency level. However, the rgb values change the color of the push-button, and I would like the buttons to still have the metallic grey appearance that that usually have. Can this be achieved (regular push-button, with transparency level adjusted only)?</p>
]]></description><link>https://forum.qt.io/topic/47863/transparency-of-metallic-push-buttons</link><generator>RSS for Node</generator><lastBuildDate>Mon, 31 Aug 2026 14:30:03 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/47863.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 06 Nov 2014 09:40:14 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Transparency of metallic push-buttons on Fri, 07 Nov 2014 09:47:11 GMT]]></title><description><![CDATA[<p dir="auto">It doesn't work.<br />
[quote author="sierdzio" date="1415268388"]Try this: "link":<a href="http://qt-project.org/doc/qt-5/qwidget.html#windowOpacity-prop" target="_blank" rel="noopener noreferrer nofollow ugc">http://qt-project.org/doc/qt-5/qwidget.html#windowOpacity-prop</a>, although I suspect it will not work.[/quote]</p>
]]></description><link>https://forum.qt.io/post/250608</link><guid isPermaLink="true">https://forum.qt.io/post/250608</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Fri, 07 Nov 2014 09:47:11 GMT</pubDate></item><item><title><![CDATA[Reply to Transparency of metallic push-buttons on Thu, 06 Nov 2014 10:06:28 GMT]]></title><description><![CDATA[<p dir="auto">Try this: "link":<a href="http://qt-project.org/doc/qt-5/qwidget.html#windowOpacity-prop" target="_blank" rel="noopener noreferrer nofollow ugc">http://qt-project.org/doc/qt-5/qwidget.html#windowOpacity-prop</a>, although I suspect it will not work.</p>
]]></description><link>https://forum.qt.io/post/250458</link><guid isPermaLink="true">https://forum.qt.io/post/250458</guid><dc:creator><![CDATA[sierdzio]]></dc:creator><pubDate>Thu, 06 Nov 2014 10:06:28 GMT</pubDate></item></channel></rss>