Hi Sas,
some of our plugins are not activated by the default build configuration.
However you can activate plugins in CMake. Let's say your binaries from the
Mitk-build are in /somewhere/bin
Then you have to change the binaries folder level in CMake to
/somewhere/bin/MITK-build
Now you can find CMake-Variables starting with MITK_BUILD_ which you can enable
& Generate. It should be enough to start a superbuild of your project, this
should trigger the MITK-Build and the plugins. If you want to have your plugin
views automically open at start you can configure that within
yourProjectSrc/Apps/yourAppName/target_libraries.cmake
Best,
Tobias
-----Ursprüngliche Nachricht-----
Von: regtol...@tut.by [mailto:regtol...@tut.by]
Gesendet: Mittwoch, 16. Mai 2018 17:11
An: mitk-users@lists.sourceforge.net
Betreff: [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<mailto: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