import QtQuick 2.6 // Required for effortless web serving! import ".." Widget { text: appWindow.width + "x" + appWindow.height }