View Single Post
Posts: 124 | Thanked: 213 times | Joined on Dec 2009
#3
Yes. I apparently am doing it correctly, or the fremantle_x86 target wouldn't work. It is only when I recompile to the fremantle_armel target that it stops working. Very odd.

fyi my code looks like:

const QImage myImage(":/img/image1.png")

I then use myImage to paint the background of a dockable widget.