Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
1. It most definitely is, but it requires some tweaking, especially on Mac. You can greatly simplify it if you can instantiate QApplication when your plugin is triggerred and you are about to show the GUI and destroy it when your plugin is done it's work. Persistant Qt is also doable but trickier; my advise would be to go there only if you really have to.
Copy link to clipboard
Copied
Thanks a lot Varaev, Can you please guide a little on html 5 panels?
Thanks
Copy link to clipboard
Copied
Copy link to clipboard
Copied
ilvar‌, Could you please elaborate about how to launch Qt GUI from a Photoshop Plug In?
It seems to be tricky thing to do.
Thank You.