[email protected] wrote: > > Now I save everything, and close eclipse. The next time I relaunch > eclipse, when I open the *.jui file, Qt Designer won't show my > custom widgets, in fact they will be show as QWidget and my 2 custom > widgets are not shown the QWidgets tab in Qt Designer view, > (still they are referenced in the qtjambin/plugins/designer.xml file).
Do you see any exceptions reported in the Error Log window in Eclipse? > I can provide you the code for the two custom widgets if someone > thinks there's a problem with it. That would be very helpful. > > I've noticed that Qt Jambi Examples (custom widgets in the Qt Widget > Box view) are always shown, is there a file I can modify to add my > custom widgets, > it could be a work around for me, since I have the control on the > installed plugins here at work. You can try adding your custom widgets to the file "$JAMBIDIR/plugins/qtjambi/qtjambi_examples.xml" to see if this fixes the problem. -- Eskil _______________________________________________ Qt-jambi-interest mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest
