Re: [Plasmoids] Can I write to file from a pure QML plasmoid?

2015-12-15 Thread kdea
On Monday, December 14, 2015 21:54:02 Sebastian Kügler wrote: > I'm very reluctant to add generic file I/O to our QML API, as that is going > to make it very hard to secure it later on. We haven't redone the file I/O > portions for that reason. Personally I don't see much difference between a

Re: [Plasmoids] Can I write to file from a pure QML plasmoid?

2015-12-14 Thread Sebastian Kügler
On Monday, December 14, 2015 20:46:54 kdea wrote: > Hi. One week ago I asked a question at forum.kde.org, but nobody responded, > so I'm now trying here in the mail list, please redirect me to the > appropiate list if this one is not the correct one. I'm copying the > question... > Hi, I'm

[Plasmoids] Can I write to file from a pure QML plasmoid?

2015-12-14 Thread kdea
Hi. One week ago I asked a question at forum.kde.org, but nobody responded, so I'm now trying here in the mail list, please redirect me to the appropiate list if this one is not the correct one. I'm copying the question...   Hi, I'm creating a QML plasmoid that will write data to a file in disk.