mirror of
https://github.com/overte-org/overte.git
synced 2025-04-26 12:56:16 +02: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
|
|
});
|
|
|
|
|