Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
5.11.1
-
None
-
-
41342facfa10a6a69ec6e23e629975cd0263e39e (qttools/5.11, 10.7.2018, 5.11.2)
Description
Qt creator will reliably crash under the following conditions:
- open a regular .ui (in design mode by default)
- somehow make it an invalid xml file (for example by removing a </widget>) with an external application
- go back to Qt Create. It will now ask if the file should be reloaded; Reload the file
- Qt Creator will crash instantly
Opening a malformed .ui file will normally show an error message, this should also happen when reloading a now malformed .ui file too.
Attachments
Issue Links
- Is tested by
-
QTCREATORBUG-20749 Squish: Write test which reloads externally modified .ui-file
- Reported