Comment 5 for bug 1276066

Revision history for this message
Lars Karlitski (larsu) wrote : Re: Checkbox cannot be stopped from animating

Thanks for the fix.

> A solution for the give code example may be to put the CheckBox in a loader that is only loaded when the GSettings are done initializing?

Ya, that's possible and what we're using in some places. However, that's a unwieldy and leads to less readable qml.

I like Matthew's idea best: instead of having an "animate" property, add an "unknown" state.