Skip to content

Instantly share code, notes, and snippets.

@oKcerG
Forked from benlau/YourWindow.qml
Last active January 25, 2016 11:20
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 oKcerG/06915a888edbf4502e77 to your computer and use it in GitHub Desktop.
Save oKcerG/06915a888edbf4502e77 to your computer and use it in GitHub Desktop.
Connections {
target: AppActions
onOpenItem: {
/// Create new window and open item
}
onAskToRemoveItem: {
/// Open a dialog
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment