Hi, you can try changing the size of the QtQuick2ApplicationViewer itself instead of the root object:
viewer.setWidth(100);
viewer.setHeight(100);
that might also change the size of the root object I think. Maybe try it yourself :)
↧