I use QDateTimeEdit in an application with self.date1.setDisplayFormat(“yyyy.MM.dd”)
Now trying to increase the date using arrow down/up, PYQT6 increases the year of the date instead of day.
Any ideas to fix this issue?
I use QDateTimeEdit in an application with self.date1.setDisplayFormat(“yyyy.MM.dd”)
Now trying to increase the date using arrow down/up, PYQT6 increases the year of the date instead of day.
Any ideas to fix this issue?