Hi,

I'm currently using org.nemomobile.configuration to store the
application settings. Now it came out it'd be beneficial to store a
ListModel between runs (if a user wants it).

I tried the naive approach:

    property ListModel myModel: modelStorage.value

    ConfigurationValue {
        id: modelStorage
        key: Constants.modelStorageKey
        defaultValue: ListModel {}
    }

But no dconf key seems to be generated after I populate the model.

What is my best bet in this case? Is this the expected behavior or have
I done something wrong on my side?

-- 
Marcin


_______________________________________________
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Reply via email to