1 #ifndef QQMLSYNCMANAGER_H 2 #define QQMLSYNCMANAGER_H 4 #include <QtCore/QObject> 6 #include <QtQml/QQmlParserStatus> 7 #include <QtQml/QJSValue> 9 #include <QtDataSync/syncmanager.h> 28 Q_DISABLE_COPY(QQmlSyncManager)
87 void classBegin() override;
89 void componentComplete() override;
105 void setSetupName(
QString setupName);
125 #endif // QQMLSYNCMANAGER_H void setupNameChanged(const QString &setupName)
NOTIFY accessor for AccountManager::setupName.
The QML import for the QtDataSync QML module.
The primary namespace of the QtDataSync library.
Q_INVOKABLE void runOnSynchronized(const QJSValue &resultFn, bool triggerSync=true)
Performs an operation once all changes have been synchronized (both directions)
Q_INVOKABLE void runOnDownloaded(const QJSValue &resultFn, bool triggerSync=true)
Performs an operation once all changes have been downloaded.
void validChanged(bool valid)
NOTIFY accessor for AccountManager::valid.
void nodeChanged(QRemoteObjectNode *node)
NOTIFY accessor for AccountManager::node.
The QML binding of QtDataSync::SyncManager.
QObject * parent() const const