BackgroundItem { width: parent.width Label { anchors.centerIn: parent; text: "清理" } onClicked: { remorse.execute( "執行", function() { database.update("VACUUM") }, 2000 ) } }