Quantcast
Channel: Qt DevNet forums: Qt Quick 1283365070**
Viewing all articles
Browse latest Browse all 4972

Changing width and height

$
0
0
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 :)

Viewing all articles
Browse latest Browse all 4972

Trending Articles