-
Bug
-
Resolution: Out of scope
-
P4: Low
-
None
-
5.9.7
-
None
While Qt 5.9.7 documentation show that the default property contains a date that refers to December 31, 7999 it does not say that this value is the absolute maximum for QDateEdit fields. Trying to setMaximumDate to QDate(9999,12,31) will getting ignored or maybe does not reach QDateEdit. This problem is fixed in Qt 5.11.2. It would be awesome if upcoming Qt 5.9.x will also get patches for this problem.