Qt for Photoshop plugin
-
Hi,
You can study this user's project: http://qt-project.org/forums/viewthread/22179
-
Ah, I see.
It sounds like your plugin (DLL?) needs to create a QApplication, followed by your widgets. Then, your widgets will need to call functions provided by the Photoshop SDK API, to communicate with Photoshop.
I haven't done anything like this myself; try starting at http://stackoverflow.com/questions/11054087/starting-qt-gui-from-dll-in-dllstart-function