Enginio 1.0
-
-
Enginio is not supported in Qt 5.10 anymore. It was deprecated in Qt 5.6.
-
@123456789
Hi
That Qt service is dead as far as i know.
You can pick any other cloud service that offer the features you want.
There is nothing predefined from Qt. -
@123456789
But Sqllite is a local database.
You need nothing like Enginio to use it.
Its simply just to create db and store data in it using SQL.
Small demo project
https://www.dropbox.com/s/uo43f7sbiwcjazv/mySqlite.zip?dl=0 -
@123456789
Ok
So you are looking for something like
http://doc.qt.io/qt-5/qtquick-localstorage-qmlmodule.html
?examples
http://doc.qt.io/qt-5/qtquick-localstorage-example.html -
yes
but i use, exemple QT
http://doc.qt.io/archives/qt-5.5/qtenginioqml-users-login-qml.html -
yes
but i use, exemple QT
http://doc.qt.io/archives/qt-5.5/qtenginioqml-users-login-qml.html@123456789
Ok. but as far as i know Enginio is closed.
http://blog.qt.io/blog/2016/01/26/notification-for-all-qt-cloud-services-users/
so it cant possible work in 2018. -
@123456789
Yes, you need to read the docs about storage for QML
and then decided if that is what you need.
Then adapt the code you have to use the
LocalStorage QML classes.
There is none effort, just run solution for this.
The sample you are using in archived which means its not up to date.
So depending what you task is, i think LocalStorage is right for you.