Hi, Felix.

Felix Berger wrote:
> it looks like the new qt eclipse integration tar file only contains
> jars but not the native libraries that were still shipped with
> qtjambi-eclipse-integration-linux-4.3.3_01.tar.gz. I'm also
> experiencing problems getting the new webview component to show, so
> I'm wondering if they are just missing?
>   


The structure of the Qt Jambi packages has changed. The Eclipse 
Integration package now only contains Java .class files, and the 
required native libraries are shipped in the Qt Jambi package instead. 
This is to avoid confusion trying to run the Eclipse Integration against 
incompatible builds of Qt Jambi.

The QWebView component is unfortunately intentionally omitted from Qt 
Jambi Designer because of a related bug in juic which was bumped to the 
final release.

In order to use it in your project, you need to add it as a custom 
widget instead. This can be achieved pretty easily by editing the file

    path/to/qtjambi/plugins/qtjambi/qtjambi_examples.xml

and adding the following entry:

    <qt-jambi-custom-widget class="com.trolltech.qt.webkit.QWebView" 
group="Display Widgets" />

The next time you run Eclipse it should appear in the "Display Widgets" 
category in your widget box.

Hope this helps!

best regards,
Eskil


_______________________________________________
Qt-jambi-interest mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest

Reply via email to