XmlListModel - Loading large XML file causes crash
QML and Qt Quick
3
Posts
2
Posters
1.8k
Views
1
Watching
-
Is there any memory limit when using xmllistmodel?
I need to load a somewhat large xml file(i think - ~4mb) on the first time the app is launched, so i can create a DB and save some of that info.
The problem is that the app is crashing during the xmllistmodel load (it's status doesnt even get to 'ready').
I've tried to divide that file in 7-8 smaller files (~500kb) and load them sequentially, but it crashed on the 4º-5º load.
Any ideas?Thank you.