Hi Eskil, thanks, I got it to work successfully though eclipse crashed on me when entering a url for the webview component. An undefined symbol in the qt network lib. I'll send a bug report if I can reproduce it.
But the web view worked fine using qtdesigner.sh shipped with the qtjambi package. Related to that, I noticed that qtdesigner.sh handles *.jui files on Windows and Linux but on OSX for some reason it wanted to open only *.ui files. Do you have any idea, what could cause that? Some reference to an old library or such? Thanks, Felix On Wed, Mar 12, 2008 at 12:15 PM, Eskil Abrahamsen Blomfeldt <[EMAIL PROTECTED]> wrote: > 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
