[Qt-jambi-interest] Eclipse integration and Resources.

Eskil Abrahamsen Blomfeldt eblomfel at trolltech.com
Tue May 26 15:06:55 CEST 2009


José Arcángel Salazar Delgado wrote:
> I'm having some troubles using resources from the qt eclipse integrartion.
> When I specify a resource, the designer generate this XML:
>
> <pixmap>classpath:file:/home/arcangel/workspaces/luna_multimedos/cilm_gui/src/main/java#com/nettrace/ilm/resources/images/logo_integra1.png</pixmap>
>
> When I expect this:
>
> <pixmap>com/nettrace/ilm/resources/images/logo_integra1.png</pixmap>
>   

The path generated by designer in this case should be:

    
<pixmap>classpath:com/nettrace/ilm/resources/images/logo_integra1.png</pixmap> 


When I create a QLabel and set a resource as its pixmap, I get the 
correct path as shown above. Is there anything else I should do to 
reproduce the problem?

-- Eskil



More information about the Qt-jambi-interest mailing list