Beispiel #1
0
 public void SetWeekdayTextFormat(Qt.DayOfWeek dayOfWeek, QTextCharFormat format)
 {
     interceptor.Invoke("setWeekdayTextFormat$#", "setWeekdayTextFormat(Qt::DayOfWeek, const QTextCharFormat&)", typeof(void), typeof(Qt.DayOfWeek), dayOfWeek, typeof(QTextCharFormat), format);
 }
Beispiel #2
0
 public QTextCharFormat WeekdayTextFormat(Qt.DayOfWeek dayOfWeek)
 {
     return((QTextCharFormat)interceptor.Invoke("weekdayTextFormat$", "weekdayTextFormat(Qt::DayOfWeek) const", typeof(QTextCharFormat), typeof(Qt.DayOfWeek), dayOfWeek));
 }