Replacement for GraphicsView that does all scene management and rendering on a remote process, while displaying on the local widget.
GraphicsItems must be created by proxy to the remote process.
The keyword arguments ‘useOpenGL’ and ‘backgound’, if specified, are passed to the remote GraphicsView.__init__(). All other keyword arguments are passed to multiprocess.QtProcess.__init__().