Skip to content

Instantly share code, notes, and snippets.

@OlivierLDff
Created December 12, 2018 14:40
Show Gist options
  • Save OlivierLDff/0403801b3d79134c5479e9f7f337deaf to your computer and use it in GitHub Desktop.
Save OlivierLDff/0403801b3d79134c5479e9f7f337deaf to your computer and use it in GitHub Desktop.
Qml Rectangle to outline the size of a qml object. Really useful when debugging
Rectangle
{
width: parent.width
height: parent.height
border.color: "red"
border.width: 1
color: "transparent"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment