<div dir="ltr">Ok, thanks. <br><div><br></div><div>Tried that, also tried including from .qrc the .ico within Qt Creator, on the main window.  Doesn't work.</div><div><br></div><div>Also tried QIcon(":/images/app_icon.ico") trick and doesn't work.  With or without importing the pyrcc5 generated file.</div><div><br></div><div>The only thing that seems to work is QIcon("ui/images/app_icon.ico"), ie direct from image file.</div><div><br></div><div>It might mean I have to include the icons in a folder next to EXE, but I'm okay with that.</div><div><br></div><div>Any idea why the resource is not including though?  I followed instructions to the T.</div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, May 4, 2019 at 2:06 PM Phil Thompson <<a href="mailto:phil@riverbankcomputing.com">phil@riverbankcomputing.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 04/05/2019 21:22, Luna Tuna wrote:<br>
> Hi,<br>
> <br>
> I googled and found an article on how to go from your resource.qrc file<br>
> produced in Qt Creator to your resource.py file produced by pyrcc5 <br>
> command:<br>
> <br>
> pyrcc5 images_resource.qrc -o images_resource.py<br>
> <br>
> <br>
> So how now do I include this python file or call it, where do I call <br>
> its<br>
> methods, etc?<br>
<br>
Import it - there is nothing else to do.<br>
<br>
Phil<br>
</blockquote></div>