Hey there!
I also had exactly the same problems as explained in this thread. And I resolved them successfully with compiling Qwt in DEBUG mode. I too have compiled Qt 4.3.4 with win32-msvc2005, not with mingw. Now I see Qwt widgets inside Designer. But I have no crashes when going over Qwt widgets in Designer. I can add them to forms with no problems. One problem still remains: Qwt widgets are still not visible inside Visual Studio. What must I do to get them inside Visual Studio too?
I noticed something interesting: if I try to load this plugin under designer, that is a part of precompiled commercial qt 4.3.3, I get error about Qwt plugin using incompatible Qt library (4.3.4 - release). So I built it with DEBUG flag, but it uses release version of Qt? At least it works under 4.3.4 compiled from source code with Visual Studio.
Bookmarks