Resolution.qml 135 B

12345678
  1. import QtQuick 2.6
  2. // Required for effortless web serving!
  3. import ".."
  4. Widget {
  5. text: appWindow.width + "x" + appWindow.height
  6. }