Qyoto.QWidget.SetStyle C# (CSharp) Method

SetStyle() public method

public SetStyle ( QStyle arg1 ) : void
arg1 QStyle
return void
        public void SetStyle(QStyle arg1)
        {
            interceptor.Invoke("setStyle#", "setStyle(QStyle*)", typeof(void), typeof(QStyle), arg1);
        }
QWidget