I was porting my plugin from CS5 to CS6. I am using wxWidgets for UI now. I faced lot of issues with modal dialogs, illustrator alert window on modal dialog, etc etc on windows platform. Now I have got it working fairly well. But I read somewhere that wxwidgets on osx is not so good. Now I am thinking of moving to Qt. I wanted to know how well Qt based plugin works in mac env, what are the common issues, etc - In particular, handling events, making dialogs modal.
Thanks in advance.