mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
11 lines
214 B
JavaScript
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
|
|
});
|
|
|
|
|