Re: [mitk-users] Receiving QEvents

2014-04-16 Thread Rowland Ben
Hi, I am happy (and slightly embarrassed) to report that I have solved my problem here. It turns out that inside my MITK plugin all the widgets were being disabled on load, which is why no events were being generated. Re-enabling the widget caused them to come through again loud and clear. Ben

[mitk-users] Receiving QEvents

2014-04-15 Thread Rowland Ben
Dear list, I am trying to import into MITK a QWidget subclass that I previously developed in plain Qt. The class is designed to draw a line plot and support panning and zooming on the data. The code compiles and the widget is correctly rendered in my plug-in, but none of the normal event functi