Can I retrieve lost code from a qmlc file?
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.
Can I retrieve lost code from a qmlc file?
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.
Can I retrieve lost code from a qmlc file?
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.
Sizing problem with columnSpan and rowSpan in the GridLayout qml
In the code below, when I use columnSpan and rowSpan for sizing, the rectangle with index 3 and 8 get different sizes.
How can create own ValueExis object
In Qt there is a ChartView object with its own ValueAxis, but I need to create it myself due to technical reasons. Could anyone tell me the best way to fill it with tickmarks? Based on the maximum and minimum, it consists of lines (major with values).
I probably need to do this through the repeater, but what exactly should I fill out, column or row?
Thx
Items disappear in ListView in a Popup when using LayoutMirroring
I have a problem where items disappear in my ListView which is in a popup when I use LayoutMirroring.
Sometimes the last item disappears and sometimes the second last item, depending on the LayoutMirroring.
The bug disappears when I comment out the lines which set the contentWidth and contentHeight.