Qyoto.QWidget.SetWindowTitle C# (CSharp) Method

SetWindowTitle() private method

private SetWindowTitle ( string arg1 ) : void
arg1 string
return void
        public void SetWindowTitle(string arg1)
        {
            interceptor.Invoke("setWindowTitle$", "setWindowTitle(const QString&)", typeof(void), typeof(string), arg1);
        }
QWidget