Skip to content

Instantly share code, notes, and snippets.

@flavius
Created May 19, 2011 18:18
Show Gist options
  • Save flavius/981391 to your computer and use it in GitHub Desktop.
Save flavius/981391 to your computer and use it in GitHub Desktop.
  • QDeclarativeComponent represents the source code of a .qml file, to create it, you need a QDeclarativeEngine. You can also create a component within a QDeclarativeContext
  • QDeclarativeEngine manages the different QDeclarativeContext and their relationships
  • QDeclarativeContext can have as parent a QDeclarativeEngine or another QDeclarativeContext
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment