Exemplo n.º 1
0
 public string ToString(Qt.DateFormat f)
 {
     return((string)interceptor.Invoke("toString$", "toString(Qt::DateFormat) const", typeof(string), typeof(Qt.DateFormat), f));
 }
Exemplo n.º 2
0
 public static QDate FromString(string s, Qt.DateFormat f)
 {
     return((QDate)staticInterceptor.Invoke("fromString$$", "fromString(const QString&, Qt::DateFormat)", typeof(QDate), typeof(string), s, typeof(Qt.DateFormat), f));
 }