Skip to content

Instantly share code, notes, and snippets.

@kimmoli
Last active August 29, 2015 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kimmoli/79115d8516643c34a060 to your computer and use it in GitHub Desktop.
Save kimmoli/79115d8516643c34a060 to your computer and use it in GitHub Desktop.
Test
Page
{
Timer
{
interval: 100
running: true
repeat: true
onTriggered: k.text += "kissa "
}
Label
{
id: k
width: parent.width
anchors.horizontalCenter: parent.horizontalCenter
wrapMode: Text.Wrap
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment