mirror of
https://github.com/overte-org/overte.git
synced 2025-07-26 05:59:57 +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 }
|
|
}
|
|
|
|
|
|
|