Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2014
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1.  
  2. BackgroundItem {
  3. width: parent.width
  4. Label { anchors.centerIn: parent; text: "清理" }
  5.  
  6. onClicked: {
  7. remorse.execute( "執行", function() { database.update("VACUUM") }, 2000 )
  8. }
  9.  
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement