To resolve the issues caused by using JavaScript across different Qt versions and to improve save/load performance, we should move the related logic from the saveToFile and loadFromFile functions in QSRepository.qml into C++, and run the time-consuming operations asynchronously.
To resolve the issues caused by using JavaScript across different Qt versions and to improve save/load performance, we should move the related logic from the saveToFile and loadFromFile functions in QSRepository.qml into C++, and run the time-consuming operations asynchronously.