Hello everybody, I'm trying to integrate several custom widgets into the QT Designer. I followed the documentation until I got a library in the plugins/designer directory. It works fine when starting QT Designer from the command line. But I also need it integrated into the QTCreator's Designer. I searched this mailing list and learned that I have to copy the library into the qtcreator/bin/designer/ directory, which I did. There's also a libqwebview.so there which apparently gets included into the Designer's widget list. But my widgets don't show up there. I also tried to copy the library to /usr/local/Trolltech/Qt-4.6.0/plugins/designer, but it didn't help either. What do I have to do to get my custom widgets to show up in QtCreator's Designer? QT is 4.5.1, latest Git snapshot, QtCreator is v1.2.1 binary release for Linux/X11 32bit from the Qt website, compiler is gcc "Red Hat 4.3.2-7" according to its version output. Any hint is greatly appreciated. Bye, Thomas
_______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
