I have tried making a resource file from qtdesigner. Goto eric4 and use it's compile function.<div>When I run the program I get a import error.</div><div><br></div><div>Should I create a resourcefile from eric4 or from qtdesigner?.</div>
<div><br></div><div>Maybe showing me the steps for creating the resource adding the files and setting the icon settings of the buttons etc. would be helpful</div><div><br></div><div>Greetings Jeroen.</div><div><br><div class="gmail_quote">
On Sat, May 7, 2011 at 6:22 PM, Raoul Snyman <span dir="ltr"><<a href="mailto:raoul.snyman@saturnlaboratories.co.za">raoul.snyman@saturnlaboratories.co.za</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On Sat, 7 May 2011 17:15:38 +0200, Jeroen Eitjes wrote:<br>
> What is the best way to add icons to buttons, etc.?<br>
<br>
</div>In my application, I add it all to a Qt resource file, then I compile it<br>
using pyrcc4 to a Python file, and then just use the internal resource URL,<br>
":/icons/open.png".<br>
<br>
--<br>
Raoul Snyman, B.Tech IT (Software Engineering)<br>
Saturn Laboratories<br>
m: 082 550 3754<br>
e: <a href="mailto:raoul.snyman@saturnlaboratories.co.za">raoul.snyman@saturnlaboratories.co.za</a><br>
w: <a href="http://www.saturnlaboratories.co.za" target="_blank">www.saturnlaboratories.co.za</a><br>
b: <a href="http://blog.saturnlaboratories.co.za" target="_blank">blog.saturnlaboratories.co.za</a><br>
_______________________________________________<br>
Eric mailing list<br>
<a href="mailto:Eric@riverbankcomputing.com">Eric@riverbankcomputing.com</a><br>
<a href="http://www.riverbankcomputing.com/mailman/listinfo/eric" target="_blank">http://www.riverbankcomputing.com/mailman/listinfo/eric</a><br>
</blockquote></div><br></div>