mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-08-04 19:42:39 +02:00
15 lines
198 B
QML
15 lines
198 B
QML
import QtQuick 2.5
|
|
|
|
import "../desktop"
|
|
import ".."
|
|
|
|
Desktop {
|
|
id: desktop
|
|
|
|
// The tool window, one instance
|
|
property alias toolWindow: toolWindow
|
|
ToolWindow { id: toolWindow }
|
|
}
|
|
|
|
|
|
|