public class QTranslator: QObject, System.IDisposable
System.Object
QtSupport
QObject
QTranslatorThis type implements System.IDisposable.
Qt Namespace
QTranslator Constructors
QTranslator(Qt.QObject, System.String) Constructor
QTranslator(Qt.QObject) Constructor
QTranslator(void *) Constructor
QTranslator Methods
QTranslator.Clear Method
QTranslator.Contains(System.String, System.String, System.String) Method
QTranslator.Contains(System.String, System.String) Method
QTranslator.Finalize Method
QTranslator.Find(System.String, System.String, System.String) Method
QTranslator.Find(System.String, System.String) Method
QTranslator.FindMessage Method
QTranslator.Insert(Qt.QTranslatorMessage) Method
QTranslator.Insert(System.String, System.String, System.String) Method
QTranslator.Load(System.String, System.String, System.String, System.String) Method
QTranslator.Load(System.String) Method
QTranslator.Load(System.String, System.String) Method
QTranslator.Load(System.String, System.String, System.String) Method
QTranslator.Remove(Qt.QTranslatorMessage) Method
QTranslator.Remove(System.String, System.String) Method
QTranslator.Save(System.String, SaveMode) Method
QTranslator.Save(System.String) Method
QTranslator.Squeeze(SaveMode) Method
QTranslator.Squeeze() Method
QTranslator.Unsqueeze Method
public void QTranslator(Qt.QObject parent, System.String name);
Qt.QTranslator Class, Qt Namespace
public void QTranslator(Qt.QObject parent);
Qt.QTranslator Class, Qt Namespace
public void QTranslator(void * ptr);
Qt.QTranslator Class, Qt Namespace
public void Clear();
Qt.QTranslator Class, Qt Namespace
public bool Contains(System.String arg1, System.String arg2, System.String comment);
Qt.QTranslator Class, Qt Namespace
public bool Contains(System.String arg1, System.String arg2);
Qt.QTranslator Class, Qt Namespace
protected override void Finalize();
Qt.QTranslator Class, Qt Namespace
public System.String Find(System.String context, System.String sourceText, System.String comment);
Qt.QTranslator Class, Qt Namespace
public System.String Find(System.String context, System.String sourceText);
Qt.QTranslator Class, Qt Namespace
public Qt.QTranslatorMessage FindMessage(System.String arg1, System.String arg2, System.String arg3);
Qt.QTranslator Class, Qt Namespace
public void Insert(Qt.QTranslatorMessage arg1);
Qt.QTranslator Class, Qt Namespace
public void Insert(System.String context, System.String sourceText, System.String translation);
Qt.QTranslator Class, Qt Namespace
public bool Load(System.String filename, System.String directory, System.String search_delimiters, System.String suffix);
Qt.QTranslator Class, Qt Namespace
public bool Load(System.String filename);
Qt.QTranslator Class, Qt Namespace
public bool Load(System.String filename, System.String directory);
Qt.QTranslator Class, Qt Namespace
public bool Load(System.String filename, System.String directory, System.String search_delimiters);
Qt.QTranslator Class, Qt Namespace
public void Remove(Qt.QTranslatorMessage arg1);
Qt.QTranslator Class, Qt Namespace
public void Remove(System.String context, System.String sourceText);
Qt.QTranslator Class, Qt Namespace
public bool Save(System.String filename, SaveMode mode);
Qt.QTranslator Class, Qt Namespace
public bool Save(System.String filename);
Qt.QTranslator Class, Qt Namespace
public void Squeeze(SaveMode arg1);
Qt.QTranslator Class, Qt Namespace
public void Squeeze();
Qt.QTranslator Class, Qt Namespace
public void Unsqueeze();
Qt.QTranslator Class, Qt Namespace