I am writing a qml application in a text editor. I have a viewer to check how it works. Suddenly, two of the files got corrupted and after some plain text I only see symbol characters.
Digging in the file folder I found some cached qmlc files. I learnt that they are precompiled qml files. Would it be possible to retrieve the lost part of the code from those qmlc files? When I open them in the text editor, I only get more symbol characters.
3