Home | History | Annotate | Download | only in declarative

Lines Matching refs:windowContext

884             QDeclarativeContext* windowContext = new QDeclarativeContext(qmlContext(this));
886 QObject* newObject = d->newWindowComponent->create(windowContext);
888 windowContext->setParent(newObject);
902 delete windowContext;