Quantcast
Channel: Adobe Community : Popular Discussions - Photoshop Plugin and Companion App SDK
Viewing all articles
Browse latest Browse all 54282

problem when creating a ps plugin using Qt in Mac

$
0
0

Hello friends,

 

 

I’m writing a photoshop plugin on Mac, and want to create the UI  with Qt. But when I just show a simple dialog, the photoshop menu was  gone, and wasn’t responsible even after close the dialog.

 

 

 

====CODES====

voidPhotoshopPlugin::ShowDialog( )
{
      intargc = 0;
      QApplicationa(argc, 0);
       HelloDialog w(NULL, 0);
       w.show();
       a.exec();
}

 

I know the QmfcApp for windows, which will handle the Qt & MFC migration, and it works for me. But I can’t find a Mac version of the qmfcApp.

 

Any suggestions will be greatly appreciated.

 

 

Thanks,
Daniel


Viewing all articles
Browse latest Browse all 54282

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>