[Qt-interest] Qt Designer plugins work with Qt Designer but not from within Qt Createror on Mac OS X

Martin Hofius Martin at hofius-online.com
Wed Jun 16 10:13:48 CEST 2010


Am Dienstag, 15. Juni 2010 schrieb Kustaa Nyholm:
> Hi,
>
> we have some custom widget for which we have created a Qt Desigener plugin.
>
> When we place the ourplugin.dylib in:
>
> /Developer/Applications/Qt/plugins/designer/ourplugin.dylib
>  and start Designer the plugin is picked up and everything works.
>
> If we open a .ui from from within Creator the plugin is not picked up.
>
> If we place the plugin inside the Creator bundle:
>
> /Developer/Applications/Qt/Designer/Contents/MacOS/designer/ourplugin.dylib
>
> Creator (or Designer?) crashes when we try to open a .ui file from within
> Creator.
>
> Is that the correct place?
>
> Is there something we need to do in our plugin to support running the
> plugin inside Creator?
I don't know anything about MacOS but: the Creator and its parts use their own 
Qt libs that are independant from your installed Qt developement libs. Maybe 
the Creator Qt libs are a different version compared to your developement 
libs? Or created with a different compiler (-setting)?

Greetings
Martin



More information about the Qt-interest-old mailing list