Re: [mitk-users] QmitkStdMultiWidget update in Qt application

2016-11-22 Thread Federico Milano
Hello Stefan. Thank you for the answer, but I have found the root cause of the problem, and I'm writing because I want to document this for you too. The problem was that the instance implementing mitkRenderingManager was not a QmitkRenderingManager but a TestingRenderingManager. This was happening

Re: [mitk-users] QmitkStdMultiWidget update in Qt application

2016-11-08 Thread Kislinskiy, Stefan
Hi Frederico, QmitkStdMultiWidget calls UpdateAllWidgets() at the end of many of its methods. Did you try this as well? Possibly there are a few flaws in the implementation as we only use this widget in the workbench, where it works fine as fas as I can see. Best, Stefan From: Federico Milano