I would like to know if there is a way to embed a cranvas interactive plot within a gWidgets GUI when using R. cranvas requires qtpaint and qtbase so the toolkit would probably be gWidgetsQt.
I was told that PlotView is a qWidget and so it should be possible to add a new gWidget e.g., ginteractive that wraps a cranvas plot.
See this Google Groups thread. If you need more info just ask, I am not a maintainer of cranvas though.
It required a slight change to gWidgetsQt (on r-forge now), but is now straightforward using the add method of a ggroup object. Here I embed an example from the qtime man page:
Please, if you find bugs in gWidgetsQt, share them my way. The package is still new.