Hello, I am using Qt Open Source 4.1.4. and the Designer.

I designed a custom widget and would like to use it in the Designer, so i created a plugin for it. It looked to work quite well, as .dll and .a files are created. I put both files in the plugins/designer directory and Designer load the custom Widget at startup.

The problem is Designer crashes when I click on the custom widget to insert it. The very weird thing is that Designer also crashes when I want to select any widget from Arthur Widget [Demo], Display Widgets [examples] and Qt3 support.


Does anybody have any idea of what is hapening ? I tried to found somebody with a similar problem but i feel like i'm the only one.