You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As for your questions,
The current status.. well, it can be make to make a client, you can just follow the code under the "tool" directory, but well, the part that missing is the storage part that can replace kwallet isn't implement yet, if you want to implement it, go ahead, use QSettings or something else are ok.
As for KDE, yes, it can work without KDE, but well, need hack cmake for now.
As for the project target, it provides a library to implement different backend for cloud storage, different network part (using KIO or plain QNetworkAccessManager), different storage for secure-data (kwallet and plain text(not impl yet), all this part run as shared library inside a daemon, the implementation is under the daemon directory.
Third party apps communicate with daemon via dbus request, which is also wrapped inside the library (QCloud::Client).
Unfortunately, it's under early stage development thus the API is not stable yet.
My plain is to first make a usable KIO-based client.
I was not able to find any contact to the maintainer of this project.
I'd like to know what's status? I'm lloking for some lightweight qt based dropbox client for razor-qt.org and this one seems promising.
thanks,
petr
P.S.: https://github.com/Razor-qt/razor-qt
The text was updated successfully, but these errors were encountered: