I just found out that Qt3 doesn't have the nifty qresource application that Qt4 has, so I did a little digging and found out that you can embed images using

Qt Code:
  1. uic -embed <project? <image> -o somefilename.cpp
To copy to clipboard, switch view to plain text mode 

What I can't figure out from there is how to initialize this and what you need to call to access the images that were now compiled into your program. Can anyone tell me how?

Thanks in advance.