Qyoto.QWidget.GraphicsProxyWidget C# (CSharp) Method

GraphicsProxyWidget() public method

public GraphicsProxyWidget ( ) : Qyoto.QGraphicsProxyWidget
return Qyoto.QGraphicsProxyWidget
        public QGraphicsProxyWidget GraphicsProxyWidget()
        {
            return (QGraphicsProxyWidget) interceptor.Invoke("graphicsProxyWidget", "graphicsProxyWidget() const", typeof(QGraphicsProxyWidget));
        }
QWidget