Hi,

is there a way to modify the text format of a single date in the QCalendarWidget ?

I'm looking for a function which looks like:

Qt Code:
  1. setDateTextFormat(QDate date, const QTextCharFormat & format )
To copy to clipboard, switch view to plain text mode 

I have found:

Qt Code:
  1. void QCalendarWidget::setWeekdayTextFormat ( Qt::DayOfWeek dayOfWeek, const QTextCharFormat & format )
To copy to clipboard, switch view to plain text mode 

But this is not flexible enough for what I want to do...

Any ideas ?