[Qt-creator] Custom widgets in integrated Qt-designer

Gilles Valette gilles.valette at univ-reims.fr
Wed Nov 26 08:13:26 CET 2008


>> I use custom widgets in Qt-designer (QGLViewer, qwt). They do appear
>> in the Widget Box when I launch Qt-designer directly, but they are not
>> visible when I edit or create a UI file in Qt-Creator. Do I miss
>> anything or is it a bug ?
>
> This should work if the designer can find the plugins. That is we don't 
> build
> with any namespace, buildkey or libinfix option.
>
> Where did you put those plugin files? Note that qtcreators designer uses 
> the
> qt that is inside the bin directory.

Under Linux, plugin .so files are in /usr/lib/qt4/plugins/designer. Under 
Windows XP, plugin DLLs are in Qt\QtCreator\qt\plugins\designer and when I 
launch designer.exe from Qt\QtCreator\qt\bin I get my custom plugins, which 
are not visible in the integrated designer - same behaviour under Linux.

Another thing: inside the designer, we get information about designer 
plugins from the Help Menu and it is very useful when a plugin fails. Is 
this information available in QtCreator ?

Thanks.

Gilles 




More information about the Qt-creator-old mailing list