Hi Sas, are you looking for a line like this one? https://github.com/MITK/MITK/blob/v2016.11/Plugins/org.mitk.gui.qt.ext/src/QmitkOpenDicomEditorAction.cpp#L109
Best, Stefan -----Original Message----- From: regtol...@tut.by [mailto:regtol...@tut.by] Sent: Mittwoch, 16. Mai 2018 17:11 To: mitk-users@lists.sourceforge.net Subject: [mitk-users] Using the MITK editor plugins Dear all, I would like to use two editors in my MITK-based application. Currently I have a few views and one editor containing QmitkStdMultiWidget. I would like to add an additional MITK editor (for example, org.mitk.gui.qt.dicom or org.mitk.gui.qt.xnat). To add a view, I use the AddView function: QString editorArea = layout->GetEditorArea(); layout->AddView("org.mitk.views.datamanager"); So it's not a problem to add an additional view plugin. However I have no idea how to add an existing MITK editor plugin. So the question is: how to add an additional editor plugin, what should I change in my code? Best, Sas ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ mitk-users mailing list mitk-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mitk-users ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ mitk-users mailing list mitk-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mitk-users