Qyoto.QWidget.Tr C# (CSharp) Method

Tr() public static method

public static Tr ( string s ) : string
s string
return string
        public static new string Tr(string s)
        {
            return (string) staticInterceptor.Invoke("tr$", "tr(const char*)", typeof(string), typeof(string), s);
        }

Same methods

QWidget::Tr ( string s, string c ) : string
QWidget