Quote:
Originally Posted by kovidgoyal
metadata plugins run in their own thread. In Qt you are not allowed to use the GUI in threads other than the main GUI thread. So you should not use any Qt code in your plugin.
|
Ty, clear answer. Sometimes it is better to asked for answer.

Is this only related to osX, because under windows the dialog is popping up (without problems).