
Originally Posted by
anda_skoa
Make sure you have removed all resources from your project before running UIC.
Could you clarify that?
With my python workflow, I don't have a project. I have a form.ui file made with qt designer and inside this *.ui file is a section:
<resources>
<include location="../../resources/resources.qrc"/>
</resources>
<resources>
<include location="../../resources/resources.qrc"/>
</resources>
To copy to clipboard, switch view to plain text mode
And down below in a widget section for a push button, I have this entry.
<property name="icon">
<iconset resource="../../resources/resources.qrc">
<normaloff>:/image/greenlight.png</normaloff>:/image/greenlight.png</iconset>
</property>
<property name="icon">
<iconset resource="../../resources/resources.qrc">
<normaloff>:/image/greenlight.png</normaloff>:/image/greenlight.png</iconset>
</property>
To copy to clipboard, switch view to plain text mode
Bookmarks