Skip to content

Instantly share code, notes, and snippets.

@usagi
Created December 10, 2013 14:00
Show Gist options
  • Select an option

  • Save usagi/7890984 to your computer and use it in GitHub Desktop.

Select an option

Save usagi/7890984 to your computer and use it in GitHub Desktop.
import QtQuick 2.0
Rectangle
{
width: 100
height: 100
focus: true
Keys.onEscapePressed: Qt.quit()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment