Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Need to create photoshop plugin with UI in QT framework

New Here ,
Dec 06, 2013 Dec 06, 2013

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

TOPICS
SDK
3.5K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe
Contributor ,
Dec 06, 2013 Dec 06, 2013

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. HTML5 panels is the way to go (flash panels are no more)

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Dec 10, 2013 Dec 10, 2013

Thanks a lot Varaev, Can you please guide a little on html 5 panels?

Thanks

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Dec 10, 2013 Dec 10, 2013

Jiust as it's mentioned on that page that HTML5 link above would take you to, you have to download the Extension Builder3 preview here, follow the "Gettring Started" notes, run a simple panel example and off you go. You also may want to read this post and follow this exntesoinbuilder forum.

ivar

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Sep 14, 2015 Sep 14, 2015
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines