PDA

View Full Version : Gray-out processed day in pop-up calendar of QDateTimeEdit widget



junhonguk
11th June 2012, 12:35
Hi All,

I am wondering if there is any way to make modifications within the pop-up calendar of QDateTimeEdit widget.
The widget is used for day period selection to assign data to the specific days in a year.
What I would like to do is to gray out the days that have already been assigned the data within the pop-up calendar.
Any suggestions would be welcome.

wysota
12th June 2012, 09:31
You can access the popup through QDateTimeEdit::calendarWidget().