Qt 6.11 is out! See what's new in the release
blog
Access /home/user/.application from QML
QML and Qt Quick
4
Posts
2
Posters
2.5k
Views
1
Watching
-
Hi,
I'm trying to develop a simple QML application that needs to store xml files (for access in an XmlListModel) in /home/user/.application or similar (e.g. C:\Users\user.application or similar on Windows). If the directory doesn't exist, it should create it and download the xml files off the internet. So far, I have not been able to specify a "source" tag with that. How can I do it? Thanks
Keba