Having a little trouble with QML, once again. I have a function which is called periodically (it's used to set the visible property). When the function finds some value to be true, I want to change a property after a 3 second timeout.
The closest I have got so far, is creating a Timer object, and setting it running from the function. However, my delegate is a ListItem element, and won't allow me to put the Timer within it. That means the Timer cannot set the delegate property once triggered. Any ideas?
signature.asc
Description: This is a digitally signed message part
-- Mailing list: https://launchpad.net/~ubuntu-phone Post to : [email protected] Unsubscribe : https://launchpad.net/~ubuntu-phone More help : https://help.launchpad.net/ListHelp

