Re: about QCalendarWidget
The widget has a widget "QCalendarView inside it which is a subclass of QTableView. It also has QCalendarModel that is a regular Item Views model, so you might try to access it and apply a filter proxy between the model and the view. It has a chance to work.
Re: about QCalendarWidget
Quote:
Originally Posted by
wysota
The widget has a widget "QCalendarView inside it which is a subclass of QTableView. It also has QCalendarModel that is a regular Item Views model, so you might try to access it and apply a filter proxy between the model and the view. It has a chance to work.
Sadly QCalendarModel is not provided to users....