hi all!
i am looking for a way to get an image from the inside of a .jar file
(to use as an icon). in swing i did something like:

    setIconImage(new
ImageIcon(SomeClass.class.getResource("my_icon.gif")).getImage() );

which worked fine with SomeClass.class being in the same directory
inside the .jar as the .gif file. is there an easy way to do something
similar in qt-jambi?

thanks for your help, mops
_______________________________________________
Qt-jambi-interest mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest

Reply via email to