I hope QCalendarWidget only show months.
- 
Hello everyone, I want to set date. But I don't care about the date. I just want to get the month. So I want QCalendarWidget only to show months. Can I do that? And could somebody tell me how to do? Thanks in advance. 
- 
Hello everyone, I want to set date. But I don't care about the date. I just want to get the month. So I want QCalendarWidget only to show months. Can I do that? And could somebody tell me how to do? Thanks in advance. @Qingshui-Kong said in I hope QCalendarWidget only show months.: I just want to get the month Why do you then need QCalendarWidget at all? There are only 12 months, simply use a combo box or list widget. 
 
