Ok i find a solution. If i put :
QQuickItem* rootQml = rootObject();
rootQml->setProperty("width", ev->size().width());
rootQml->setProperty("height", ev->size().height());
in the resizeEvent, it works.
↧