Подскажите, люди добрые, глаза мои не смотрят, видимо, но как в QtQuick 2.0 засунуть свойства, управляемые кодом на C++? в QtQuick 1.1 было так:
QmlApplicationViewer viewer;
QDeclarativeContext* pCon = viewer.rootContext();
pCon>setContextProperty("contextProperty",contextPropertyClass);

