Guest User

Untitled

a guest
Aug 23rd, 2014
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. BackgroundItem {
  2. width: parent.width
  3. Label { anchors.centerIn: parent; text: "重啟服務" }
  4. onClicked: {
  5. remorse.execute(parent, "執行", function() { settings.restart() }, 2000 )
  6. }
  7.  
  8. }
Advertisement
Add Comment
Please, Sign In to add comment