Hi, you basically have two options:
1.) Create the GUI completely yourself. You can have a look at the tutorial steps http://docs.mitk.org/nightly-qt4/TutorialPage.html for instructions how to use MITK inside a Qt application. Pros: - Complete freedom concering the GUI design (you can get as fancy as you want) - Less dependencies (no required dependency to BlueBerry) Cons: - Impossible to reuse existing MITK Qt Plugins 2.) Use the MITK application framework and develop your own plugins. You should read http://www.mitk.org/wiki/BlueBerry, http://docs.mitk.org/nightly-qt4/NewPluginPage.html and http://www.mitk.org/wiki/PluginStyleGuide. Pros: - Reuse and combine existing MITK Qt Plugins in your custom application - Inherent modular approach to application design Cons: - Higher initial effort (reading the links above...) Note that with the second approach, you also have a lot of possibilities to layout out your GUI (see for example http://www.mitk.org/wiki/Article_Using_Perspectives_in_the_Workbench) and the effort will pay off if you are going to write an application with features beyond a simple visualization. Best, Sascha On 07/21/2010 04:45 PM, Scherer, Sandra wrote: > Dear MITK-developer, > > we want to use the MITK for building a demonstrator in the field of > vascular surgery and want to integrate our already developed Qt-GUI. We > developed several classes to build up our Qt-application. How can we now > continue to give the MITK-application our Qt-GUI? > Many thanks for your help. > > Best regards, > Sandra > > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Sprint > What will you do first with EVO, the first 4G phone? > Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first > _______________________________________________ > mitk-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mitk-users > ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
