- 
    Bug 
- 
    Resolution: Done
- 
    P2: Important 
- 
    4.7.0
- 
    None
- 
        96c8fdd87878da258286e053edf1046750485821
The combination
  QDateTime time = QDateTime::fromString("20100723 04:02:40", "yyyyMMdd hh:mm:ss");
  time.setTimeSpec(Qt::UTC);
  QDateTimeEdit box1;
  box1.setDisplayFormat("hh:mm:ss");
  box1.setTimeSpec(Qt::UTC);
box1.setDateTime(time);
set the range to a fixed, unmutable value of 23:00:00.
Complete test code attached.