Re: [mitk-users] Changing layout of central widget to 2X 2D left and 3D right

2023-03-30 Thread Kalali, Amir
n: Kalali, Amir Cc: mitk-users@lists.sourceforge.net Betreff: Re: [mitk-users] Changing layout of central widget to 2X 2D left and 3D right Hi Amir, Thank you very much for your reply, I did manage to change the layout using QmitkMultiWidgetLayoutManager::SetLayoutDesign(LayoutDesign::ALL_2D_LEFT

Re: [mitk-users] Changing layout of central widget to 2X 2D left and 3D right

2023-03-28 Thread Luca Pegolotti
Hi Amir, Thank you very much for your reply, I did manage to change the layout using QmitkMultiWidgetLayoutManager::SetLayoutDesign(LayoutDesign::ALL_2D_LEFT_3D_RIGHT). I have a couple of follow up questions: — Is it possible to only keep 2 2D views like it was done in old versions of MITK w

Re: [mitk-users] Changing layout of central widget to 2X 2D left and 3D right

2023-03-28 Thread Kalali, Amir
Hi Luca, sorry for the late reply, we are currently in the process of finalizing new features for the upcoming MITK release in April / Mai. If you have an IRenderWindowPart I guess you are casting it to a an QmitkStdMultiWidgetEditor (or at least an QmitkAbstractMultiWidgetEditor), right? The