Here’s some simple code (check docs for Timer)

    Timer {
        id: myTimer
        interval: 1000
        onTriggered: doSomethingWithALabel()
    }

//bob


> On 23 Jun 2015, at 15:24, mariusz sapinski <mariusz.sapin...@gmail.com> wrote:
> 
> Hi all,
> 
>   this must be a trivial question to most of you but I would like to display 
> a counter, updated every minute. What UI element should I use? I cannot 
> update Text or Label, right? 
> 
>     Best regards,  Mariusz
> _______________________________________________
> SailfishOS.org Devel mailing list
> To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

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

Reply via email to