qtdesigner gives error when reading a ui file created with qtdesigner

Viewed 29

I am working with pyqt5 and qtdesigner, I have already made the ui with qtdesigner and modified it several times. From one moment to another qt designer throws me the following error without having modified the ui.

"An error occurred while reading the interface file at line 16, column 76: Expected '=', but got '>'. Do you want to update the file location or generate a new form?"

Even qtdesigner throws that error for older versions of the project where qtdesigner perfectly read the ui file

How can I fix this qt designer error? I had not updated before the error occurred and updated after and it was not solved

0 Answers
Related