> I forgot to add, that I use Qt Designer Editor to do such things.
>
> On Mon, 26 Oct 2009 13:27:52 +0100, Mat <[email protected]> wrote:
> > Hi,
> > I am pretty new to the Qt Jambi.
> >
> > I am using Qt Jambi in Eclipse IDE for Java EE Developers Galileo (based
> > on Eclipse 3.5 SR1).
> > Everything works fine, except when I, for example, try to assign an icon
> > *.png to a button. The button with the icon shows correctly in the IDE,
> > but when i run the application the icon isn't there.
> > I am also having this problem with another features e.g.: Table
> > Widget(Item-based) - I edit colours for collums and rows, but it won't
> > show when i run the app.
> >
> > Is there something that needs to be done in order to view this features
> > when I run the application?

Probabily you have troubles with the location of the images. You need to have 
all the images located in the apps classpath.

For example, I have all my images inside the package com.my.resources.images

Also you need to use the "choose resource" instead of using "choose file".
_______________________________________________
Qt-jambi-interest mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest

Reply via email to