Details
-
Bug
-
Resolution: Out of scope
-
P1: Critical
-
None
-
Qt Creator 3.0.0-rc1
-
Windows 7 64 bit
Description
- Create a new Qt GUI Application project.
- Open the UI file in Widget Designer.
- Change the UI file with an external editor to make it malformed. I removed the "i" from the first line:
<u version="4.0">
- Go back to Creator.
Creator noticed the change and asks whether it should reload the file. - Click "Yes".
Creator crashes.
It's clear that there is no way to correctly display a malformed file. Nevertheless Creator should not crash in any situation.