I am struggling figuring out how to add resources/icons properly to the Qt Designer with Jambi.
When I simply add an icon and go for "Choose file", my .jui looks like
<normaloff>../../../../images/fatcow/32x32/add.png</normaloff>../../../../images/fatcow/32x32/add.png</iconset>
As opposed to desired classpath:*#
.
Of course I can just run sed to substitute on all jui files, but is there a better way of doing it?