mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 21:35:04 +02:00
10 lines
191 B
JavaScript
10 lines
191 B
JavaScript
var qml = Script.resolvePath('playaPerformanceTest.qml');
|
|
qmlWindow = new OverlayWindow({
|
|
title: 'Test Qml',
|
|
source: qml,
|
|
height: 320,
|
|
width: 640,
|
|
visible: true
|
|
});
|
|
|
|
|