C++ (Qt)int pluginFunc(){ QApplication app(...); MyDialog dlg; return dlg.exec()}
C++ (Qt)QTreeView *pluginFinc(){ return new QTreeView;}