Skip to content

Instantly share code, notes, and snippets.

@40
Created September 28, 2012 21:31
Show Gist options
  • Select an option

  • Save 40/3802181 to your computer and use it in GitHub Desktop.

Select an option

Save 40/3802181 to your computer and use it in GitHub Desktop.
Creating Cascades Foreign Window Control
ForeignWindowControl{
id: videoSurface
windowId: "myVideoSurface"
updatedProperties: WindowProperty.Size | WindowProperty.Position | WindowProperty.Visible
visible: boundToWindow
preferredWidth: 640
preferredHeight: 480
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment