0
QcalendarWindget: does not find current date when I only change month or year in pyqt
When I change the month or year of the calendar current day section will be deselected, so I can't find the current date So how can I find current date when I change month or year, without selecting day
1 Antwort
0
Unfortunately, the QcalendarWidget does not provide a way to do this. You will need to use a different widget or build your own custom calendar widget to accomplish this.