mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 20:15:15 +02:00
7 lines
223 B
JavaScript
7 lines
223 B
JavaScript
// Test key commands
|
|
var window = Desktop.createWindow(Script.resolvePath('./luci/RenderSettings.qml'), {
|
|
title: "Render Settings",
|
|
presentationMode: Desktop.PresentationMode.NATIVE,
|
|
size: {x: 350, y: 700}
|
|
});
|
|
|