Rodney, the JSON data we get varies from
{"title":"Frissítések","values":[["Verziószám","2.2.892"],["Utolsó frissítés","2015 jl. 29"],["Első kiadás","2013 okt. 15"],["Méret","322,6 KiB"]]}
to
{"title":"Frissítések","values":[["Verziószám","2.2.892"],["Utolsó frissítés","2015 júl. 29"],["Első kiadás","2013 okt. 15"],["Méret","322,6 KiB"]]}
randomly, so sometimes it shows up correctly and sometimes not.
Can you tell me how to add debug in the lower layers to verify it's QML breaking it?
Rodney, the JSON data we get varies from
{"title" :"Frissítések" ,"values" :[["Verziószám" ,"2.2.892" ],["Utolsó frissítés","2015 jl. 29"],["Első kiadás","2013 okt. 15"],[" Méret", "322,6 KiB"]]}
to
{"title" :"Frissítések" ,"values" :[["Verziószám" ,"2.2.892" ],["Utolsó frissítés","2015 júl. 29"],["Első kiadás","2013 okt. 15"],[" Méret", "322,6 KiB"]]}
randomly, so sometimes it shows up correctly and sometimes not.
Can you tell me how to add debug in the lower layers to verify it's QML breaking it?