PDA

View Full Version : Change local date from system date in PyQt application



to_night
4th March 2014, 22:12
Hi!

How to modify local date in PyQt application, that all objects in program should use local date (different from system date e.g. 10 days)?

Regards.

ChrisW67
5th March 2014, 00:41
You can construct a QDate object for any day within its valid range and use that instead of QDate::currentDate()