Skip to content

Instantly share code, notes, and snippets.

@vivainio
Created August 25, 2011 05:52
Show Gist options
  • Save vivainio/1170070 to your computer and use it in GitHub Desktop.
Save vivainio/1170070 to your computer and use it in GitHub Desktop.
Connections {
target: screen.windowState
onViewModeChanged: {
if (screen.windowState.viewModeString ==
"Fullsize") {
…foreground UI…
} else {
…background UI…
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment