QDeclarativeComponent
represents the source code of a .qml file, to create it, you need aQDeclarativeEngine
. You can also create a component within aQDeclarativeContext
QDeclarativeEngine
manages the differentQDeclarativeContext
and their relationshipsQDeclarativeContext
can have as parent aQDeclarativeEngine
or anotherQDeclarativeContext
Created
May 19, 2011 18:18
-
-
Save flavius/981391 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment