Re: QtDesigner Gone Crazy!
If Designer crashes on startup then it is most likely because of some invalid widget plugin (or one of its dependencies).
Re: QtDesigner Gone Crazy!
None of my custom plugins installed. It's just a fresh copy of Qt SDK.
Could be corrupted system DLLs? My Windows installation is freaking out? I mean none-Qt specific...but why it's only Qt Designer?
Re: QtDesigner Gone Crazy!
I still say this has something to do with plugins. QtSDK has some plugins preinstalled. Probably something is in conflict with some system library.
Re: QtDesigner Gone Crazy!
I will try removing a plugin by plugin until the designer runs, then I can locate the dependencies of the problematic plugin.
Otherwise time to format my dirty computer! :D
Re: QtDesigner Gone Crazy!
You can rename the plugins folder and see if Designer runs. There is no point in doing excessive work if it's not about plugins after all. But it usually is.
Re: QtDesigner Gone Crazy!
That worked! The problem plug-in busted! phononwidgets.dll
I have no idea what caused that really...could be a system dll. I will keep investigating.
Thanks for assistance.