Hi guys again....<br><br>I&#39;been trying these but with no look about: have a transparent PyQT App/widget and using transparents SVG images as background of the app<br><br>Anyone could help me with this<br><br>By the way, the closest example i found is in 
<a href="http://labs.trolltech.com/page/Graphics/Examples">http://labs.trolltech.com/page/Graphics/Examples</a> (the ARGB one)<br><br>Is that difficult to translate to PyQT? i have no skilll with c++...<br><br>Cheers...<br>
<br><div><span class="gmail_quote">2007/8/6, Gustavo A. Díaz &lt;<a href="mailto:gustavo.diaz@gmail.com">gustavo.diaz@gmail.com</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi Guys!<br><br>I tried to render a svg file and load as background, which i didn&#39;t succeed... i just threated it as a pixmaps to load it, but with that i cant set transparency ,if i am not wrong.<br><br>For example, i have a label which is the same size of my application and is where i put the image as background having this result:
<br><br><a href="http://opencoffee.lnxteam.org/downloads/pub/pics/OpenCoffee_Server.png" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://opencoffee.lnxteam.org/downloads/pub/pics/OpenCoffee_Server.png
</a> (is the mainWidget background, the bluish one)<br><br>Now, i want to know how to load that image but rendering as a SVG file should be threated in that background. What i temporary did is:
<br><br>self.mainWindowPixmap = QtGui.QPixmap (<span>&quot;:/Pixmaps/pixmaps/oc_mainWindowBg.svg&quot;</span>)<br>self.mainWindowBg.setPixmap(self.mainWindowPixmap)<br><br>(mainWindowBg is the QLabel)<br>
<br>Which i know is not the correct way to threat a SVG image.<br><br>I have two doubts here, one is i want to set transparency a SVG image, render and set it in that QLabel<br>The other, is how do i set transparency for the window of that app using that SVG image? (which should have transparency if i am not wrong)
<br><br>Thanks!!!<br><br>PS: i know David, i read those links about transparency... but i have those doubts and i have no clear how to render a svg file and load/set inside a QLabel<br><span class="sg"><br>-- <br>Gustavo A. Díaz
<br>GDNet Projects
<br><a href="http://www.gdnet.com.ar" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">www.gdnet.com.ar</a>
</span></blockquote></div><br><br clear="all"><br>-- <br>Gustavo A. Díaz<br>GDNet Projects<br><a href="http://www.gdnet.com.ar">www.gdnet.com.ar</a>