Need a photoshop plugin using qt to create UI
-
wrote on 6 Dec 2013, 11:14 last edited by
Hi
I need to develop a photoshop plugin using qt to create UI. I have two doubts regarding this
-
First, Is it possible to integrate qt UI with photoshop plugin and perform photoshop operations.
-
Second, Is it possible to create a panel type UI using QT for Photoshop and keep it non modal.
I have no idea regarding qt. Please guide.
Thanks
-
-
wrote on 26 Dec 2013, 13:25 last edited by
Maybe the following links could be helpfull:
"Creating Applications":http://qt-project.org/doc/qt-5/gettingstarted.html#creating-applications-using-qt
"Getting Started":http://qt-project.org/doc/qt-5/gettingstartedqt.html
"Graphics":http://qt-project.org/doc/qt-5/topics-graphics.htmlI quote from the last link:
bq. To add support for additional image formats, outside of the ones provided by Qt, you can create image format plugins by using QImageIOHandler and QImageIOPlugin.
-
wrote on 26 Dec 2013, 13:42 last edited by
There is also some Qt-Photoshop code in "Gitorious":https://gitorious.org/