Advertisement
Guest User

Untitled

a guest
Apr 5th, 2014
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. Timer {
  2. id: pageTimer
  3. interval: 1000;
  4. running: true;
  5. repeat: true
  6. onTriggered: {
  7. myVariable.text = class.function()
  8. }
  9. Label {
  10. text: myVariable
  11. width: parent.width
  12. horizontalAlignment: Text.AlignRight
  13. font.pixelSize: Theme.fontSizeLarge
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement