Qt for Photoshop plugin
-
wrote on 3 Dec 2013, 04:43 last edited by
I am trying to build the Photoshop dissolve example plugin with a QT gui but am not really sure how to go about it. Does anyone have any experience they could share to help me work through this?
-Tim
-
Hi,
You can study this user's project: http://qt-project.org/forums/viewthread/22179
-
wrote on 3 Dec 2013, 23:18 last edited by
I am looking for a plugin that works inside of Photoshop that uses Qt to make the gui. The link is to an app that uses qt to bring in Photoshop files it is not a Photoshop plugin, but thanks for the help.
-Tim
-
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