[mitk-users] Using MITK as a toolkit: CMake's find_package() can't find MITK

2020-04-30 Thread Carlo
Hi, I found MITK 4 days ago. My goal is to use it as a toolkit to develop a Qt UI. I manage to successfully built from source, storing it at: *~/MITK-superbuild.* Tested almost all examples sucessfully. *MitkStep8* was the exception, returns: segmentation fault. *MitkWorkbench is also working

Re: [mitk-users] Using MITK as a toolkit: CMake's find_package() can't find MITK

2020-04-30 Thread Carlo
ary> -- Additional info: - Ubuntu 18.04 - MITK 2018.4 - CMake 3.17 - Qt 5.12 On Thu, Apr 30, 2020 at 4:35 AM Carlo wrote: > Hi, > > I found MITK 4 days ago. My goal is to use it as a toolkit to develop a Qt > UI. > > I manage to succes

Re: [mitk-users] QmitkRenderWindowWidget design flaw: Setting datastorage globally.

2020-06-30 Thread Carlo
be added I'd appreciate guidance on how to add it to the project. Cheers, Carlo. On Tue, Jun 30, 2020 at 5:39 AM Kalali, Amir wrote: > Hello Carlo, > > > > Thank you for pointing that out. I took a look at it and I think you’re > right, there seems to be a mixture of the in

Re: [mitk-users] Inheriting from Qmitk Widgets / widget promotion

2020-06-28 Thread Carlo
Hello Ivaylo, I am using the MITK as a library, but I had a similar issue. I think the problem is the IDE trying to find the files in the folder containing the top-level CMakeLists.txt, then every library has to be relative to the top-level directory. There are two ways to avoid this, use

[mitk-users] QmitkRenderWindowWidget design flaw: Setting datastorage globally.

2020-06-04 Thread Carlo
Hello, It's been a month since I started to develop an application using MITK as a toolkit. I need to render two independent 3D windows, to achieve this I choose the QmitkRenderWindowWidget, but inside QmitkRenderWindowWidget.cpp we have the method: (1) void