This content has been marked as final.
Show 3 replies
-
1. Re: Need to create photoshop plugin with UI in QT framework
Ilya Varaev Dec 6, 2013 12:12 PM (in response to query@mindfire)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.
-
2. Re: Need to create photoshop plugin with UI in QT framework
query@mindfire Dec 10, 2013 3:08 AM (in response to Ilya Varaev)Thanks a lot Varaev, Can you please guide a little on html 5 panels?
Thanks
-
3. Re: Need to create photoshop plugin with UI in QT framework
Ilya Varaev Dec 10, 2013 10:10 AM (in response to query@mindfire)

