3
0
Fork 0
mirror of https://thingvellir.net/git/overte synced 2025-03-27 23:52:03 +01:00
overte-thingvellir/scripts/developer/tests/playaPerformanceTest.js
2016-04-25 17:36:35 -07:00

11 lines
214 B
JavaScript

var qml = Script.resolvePath('playaPerformanceTest.qml');
qmlWindow = new OverlayWindow({
title: 'Test Qml',
source: qml,
height: 320,
width: 640,
toolWindow: false,
visible: true
});